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

Unified Diff: third_party/WebKit/Source/bindings/scripts/v8_interface.py

Issue 2335203006: Add [CachedAccessor] attribute to cache (almost) constant accessors (window.document). (Closed)
Patch Set: Polishing + naming revisited Created 4 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: third_party/WebKit/Source/bindings/scripts/v8_interface.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
index a8b70905c090b87faa4160b7ed00f0b1f853dff6..38f9bafa1c2974af9ce4154d19ce5b894fb1b6c4 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
@@ -62,6 +62,7 @@ INTERFACE_CPP_INCLUDES = frozenset([
'bindings/core/v8/GeneratedCodeHelper.h',
'bindings/core/v8/V8DOMConfiguration.h',
'bindings/core/v8/V8ObjectConstructor.h',
+ 'bindings/core/v8/V8PrivateProperty.h',
'core/dom/Document.h',
'wtf/GetPtr.h',
'wtf/RefPtr.h',

Powered by Google App Engine
This is Rietveld 408576698