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

Unified Diff: Source/bindings/dart/DartDOMData.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/DartDOMData.h ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartDOMData.cpp
diff --git a/Source/bindings/dart/DartDOMData.cpp b/Source/bindings/dart/DartDOMData.cpp
index d804357ed53329216ff614b332eab861ba3be028..9ae01ac8279d447d012fc19efd284c3bfa98a3f8 100644
--- a/Source/bindings/dart/DartDOMData.cpp
+++ b/Source/bindings/dart/DartDOMData.cpp
@@ -42,6 +42,7 @@ DartDOMData::DartDOMData(ScriptExecutionContext* context, bool isDOMEnabled)
, m_isDOMEnabled(isDOMEnabled)
, m_recursion(0)
, m_stringCache()
+ , m_classHandleCache()
{
}
« no previous file with comments | « Source/bindings/dart/DartDOMData.h ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698