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

Unified Diff: sky/engine/bindings/templates/interface.cpp

Issue 871383002: Merge HTMLDocument into Document (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp ('k') | sky/engine/core/app/ModuleLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/templates/interface.cpp
diff --git a/sky/engine/bindings/templates/interface.cpp b/sky/engine/bindings/templates/interface.cpp
index bc533f7d4490957e5b94b40b0d82e41ced006378..560c94c989fe5dea7080dd2a6deaeeb6db7fcbb1 100644
--- a/sky/engine/bindings/templates/interface.cpp
+++ b/sky/engine/bindings/templates/interface.cpp
@@ -927,8 +927,6 @@ static void install{{v8_class}}Template(v8::Handle<v8::FunctionTemplate> functio
// When a context is detached from a frame, turn on the access check.
// Turning on checks also invalidates inline caches of the object.
instanceTemplate->SetAccessCheckCallbacks(V8Window::namedSecurityCheckCustom, V8Window::indexedSecurityCheckCustom, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8Window::wrapperTypeInfo)), false);
- {% elif interface_name in ['HTMLDocument'] %}
- functionTemplate->SetHiddenPrototype(true);
{% endif %}
// Custom toString template
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp ('k') | sky/engine/core/app/ModuleLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698