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

Unified Diff: Source/bindings/dart/DartUtilities.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: . 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/DartNativeUtilities.cpp ('k') | Source/bindings/dart/custom/DartDOMStringMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartUtilities.h
diff --git a/Source/bindings/dart/DartUtilities.h b/Source/bindings/dart/DartUtilities.h
index b17cd79bd22b32e26b84c6eb6c0ad5bfe66a9368..30a09d382a689cd440f0be98536e360d826e93a4 100644
--- a/Source/bindings/dart/DartUtilities.h
+++ b/Source/bindings/dart/DartUtilities.h
@@ -30,6 +30,9 @@
#ifndef DartUtilities_h
#define DartUtilities_h
+
+#include "DartWebkitClassIds.h"
+
#include "bindings/dart/DartDOMData.h"
#include "bindings/dart/DartStringCache.h"
#include "bindings/v8/V8RecursionScope.h"
« no previous file with comments | « Source/bindings/dart/DartNativeUtilities.cpp ('k') | Source/bindings/dart/custom/DartDOMStringMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698