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

Unified Diff: Source/bindings/core/v8/V8WindowShell.cpp

Issue 426583003: Revert of Enable the WebIDL [Exposed] annotation on an interface's members. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | Source/bindings/scripts/code_generator_v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8WindowShell.cpp
diff --git a/Source/bindings/core/v8/V8WindowShell.cpp b/Source/bindings/core/v8/V8WindowShell.cpp
index 4752819463edce8f8798f64bdde65d5b4a3d7eff..aca331ce94f3eaa2c86de78f6736c3c8213dbd0f 100644
--- a/Source/bindings/core/v8/V8WindowShell.cpp
+++ b/Source/bindings/core/v8/V8WindowShell.cpp
@@ -284,7 +284,7 @@
if (windowWrapper.IsEmpty())
return false;
- V8Window::installConditionallyEnabledProperties(windowWrapper, m_isolate);
+ V8Window::installPerContextEnabledProperties(windowWrapper, window, m_isolate);
V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
« no previous file with comments | « no previous file | Source/bindings/scripts/code_generator_v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698