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

Unified Diff: Source/bindings/core/v8/custom/V8EventTargetCustom.cpp

Issue 1100893002: Revert of bindings: Do not use ScriptWrappable::wrap for RemoteDOMWindow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/build/scripts/templates/MakeNames.h.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
diff --git a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
index 7e7aee5c1af8d9ffa93192491967c7f246bd8839..b39e1d997635969378b764dc009705d5564dd2a8 100644
--- a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
+++ b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
@@ -42,7 +42,7 @@
return v8::Null(isolate);
// FIXME: This naming seems broken.
- if (impl->interfaceName() == EventTargetNames::DOMWindow)
+ if (impl->interfaceName() == EventTargetNames::LocalDOMWindow)
return toV8(static_cast<DOMWindow*>(impl), creationContext, isolate);
v8::Local<v8::Value> wrapper = DOMDataStore::getWrapper(impl, isolate);
« no previous file with comments | « no previous file | Source/build/scripts/templates/MakeNames.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698