Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: Source/WebCore/storage/Storage.cpp

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/plugins/DOMPluginArray.cpp ('k') | Source/WebCore/storage/StorageEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/storage/Storage.cpp
diff --git a/Source/WebCore/storage/Storage.cpp b/Source/WebCore/storage/Storage.cpp
index 793a836d73071e3108de26816521f0636425ce8b..cbcbd73d6f5717bed0351d4c20e46b78c386b78d 100644
--- a/Source/WebCore/storage/Storage.cpp
+++ b/Source/WebCore/storage/Storage.cpp
@@ -45,6 +45,7 @@ Storage::Storage(Frame* frame, PassRefPtr<StorageArea> storageArea)
{
ASSERT(m_frame);
ASSERT(m_storageArea);
+ ScriptWrappable::init(this);
if (m_storageArea)
m_storageArea->incrementAccessCount();
}
« no previous file with comments | « Source/WebCore/plugins/DOMPluginArray.cpp ('k') | Source/WebCore/storage/StorageEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698