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

Unified Diff: Source/bindings/dart/custom/DartDOMStringMapCustom.cpp

Issue 23895004: Keep a persistent handle for the bindings classes to avoid repeated lookups that involve performing… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: . Created 7 years, 3 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/bindings/dart/custom/DartDOMStringMap.h ('k') | Source/bindings/dart/custom/DartWindowCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/custom/DartDOMStringMapCustom.cpp
diff --git a/Source/bindings/dart/custom/DartDOMStringMapCustom.cpp b/Source/bindings/dart/custom/DartDOMStringMapCustom.cpp
index 4c07b91242dceb70d8a74ea5eed88f6fc874bf9f..22016acd0ca43b9eca461fdde4b8b0edc0df5f10 100644
--- a/Source/bindings/dart/custom/DartDOMStringMapCustom.cpp
+++ b/Source/bindings/dart/custom/DartDOMStringMapCustom.cpp
@@ -151,4 +151,5 @@ Dart_NativeFunction DartDOMStringMap::resolver(Dart_Handle nameHandle, int argum
const char* const DartDOMStringMap::dartImplementationClassName = "_DOMStringMap";
const char* const DartDOMStringMap::dartImplementationLibraryName = "dart:html";
+const int DartDOMStringMap::dartClassId = DOMStringMapClassId;
}
« no previous file with comments | « Source/bindings/dart/custom/DartDOMStringMap.h ('k') | Source/bindings/dart/custom/DartWindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698