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

Unified Diff: Source/modules/indexeddb/IDBIndex.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced and sent out to the code review. Created 6 years, 4 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/modules/indexeddb/IDBIndex.h
diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h
index 57fb7e58d6fba101a812acb2aeab8a12931e8a89..62f06a2fa467b8fbdaad3444ac9b5e680da826c4 100644
--- a/Source/modules/indexeddb/IDBIndex.h
+++ b/Source/modules/indexeddb/IDBIndex.h
@@ -44,6 +44,7 @@ class ExceptionState;
class IDBObjectStore;
class IDBIndex : public GarbageCollectedFinalized<IDBIndex>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static IDBIndex* create(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction)
{

Powered by Google App Engine
This is Rietveld 408576698