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

Unified Diff: Source/bindings/scripts/CodeGeneratorV8.pm

Issue 78053006: [oilpan] Move IDBDatabase, IDBDatabaseCallbacks, IDBDatabaseBackendInterface and other related clas… (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years 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/WebKit/chromium/tests/IDBTransactionTest.cpp ('k') | Source/heap/ThreadState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/CodeGeneratorV8.pm
diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
index 8e2d65c63e5f98eeb073b472ca80bef7409056e5..9db0b7e784f20a8031dfd9e309676c95e4c9ee09 100644
--- a/Source/bindings/scripts/CodeGeneratorV8.pm
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm
@@ -170,8 +170,12 @@ my %handlifiedTypeHash = (
"HTMLUListElement" => 1,
"HTMLVideoElement" => 1,
"HTMLViewSourceDocument" => 1,
+ "IDBCallbacks" => 1,
+ "IDBDatabase" => 1,
"IDBFactory" => 1,
"IDBFactoryBackendInterface" => 1,
+ "IDBOpenDBRequest" => 1,
+ "IDBRequest" => 1,
"ImageDocument" => 1,
"InputMethodContext" => 1,
"LabelsNodeList" => 1,
« no previous file with comments | « Source/WebKit/chromium/tests/IDBTransactionTest.cpp ('k') | Source/heap/ThreadState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698