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

Unified Diff: Source/bindings/dart/custom/DartDOMStringMap.h

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: preassign 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
Index: Source/bindings/dart/custom/DartDOMStringMap.h
diff --git a/Source/bindings/dart/custom/DartDOMStringMap.h b/Source/bindings/dart/custom/DartDOMStringMap.h
index 36065551adb92a15fe7116f3ff8ff7e3c524ff6e..4afc458b3b557c963076adc96d4283ef409c9ee9 100644
--- a/Source/bindings/dart/custom/DartDOMStringMap.h
+++ b/Source/bindings/dart/custom/DartDOMStringMap.h
@@ -15,6 +15,7 @@ namespace WebCore {
struct DartDOMStringMap {
static const char* const dartImplementationClassName;
static const char* const dartImplementationLibraryName;
+ static intptr_t kBindingCid;
typedef DOMStringMap NativeType;
const static bool isNode = false;
const static bool isEventTarget = false;

Powered by Google App Engine
This is Rietveld 408576698