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

Unified Diff: Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.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
Index: Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp
diff --git a/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp b/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp
index 2eb8f754d9c94ea11d7ef1557ccd7b91790545c0..9bdcc8c16db2bcda73a7ae2de857ba8558aa5a97 100644
--- a/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp
+++ b/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp
@@ -41,6 +41,7 @@ IDBVersionChangeEvent::IDBVersionChangeEvent(PassRefPtr<IDBAny> oldVersion, Pass
, m_oldVersion(oldVersion)
, m_newVersion(newVersion)
{
+ ScriptWrappable::init(this);
}
IDBVersionChangeEvent::~IDBVersionChangeEvent()
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBTransaction.cpp ('k') | Source/WebCore/Modules/mediastream/MediaStreamEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698