gecko-dev/dom/storage/DOMStorageDBUpdater.h
Honza Bambas a0a6f7e23c Bug 1165214 - Use OriginAttributes in DOM Storage. r=smaug, r=bholley
--HG--
extra : rebase_source : b63ddb5a24a335f771a856cd20c69cdeb0c92ca0
2016-01-05 07:25:00 -05:00

23 lines
580 B
C++

/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef DOMStorageDBUpdater_h___
#define DOMStorageDBUpdater_h___
namespace mozilla {
namespace dom {
namespace DOMStorageDBUpdater {
nsresult Update(mozIStorageConnection *aWorkerConnection);
} // DOMStorageDBUpdater
} // dom
} // mozilla
#endif