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

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

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 years, 2 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/v8/custom/V8EventCustom.cpp ('k') | Source/build/scripts/make_names.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8EventTargetCustom.cpp
diff --git a/Source/bindings/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/v8/custom/V8EventTargetCustom.cpp
index 8bfbfb691c9be1f647347ffd8e0a21ec23623419..ab395ab11e2b456b7f0894278acd30aa311135a6 100644
--- a/Source/bindings/v8/custom/V8EventTargetCustom.cpp
+++ b/Source/bindings/v8/custom/V8EventTargetCustom.cpp
@@ -37,7 +37,7 @@
namespace WebCore {
#define TRY_TO_WRAP_WITH_INTERFACE(interfaceName) \
- if (eventNames().interfaceFor##interfaceName == desiredInterface) \
+ if (EventTargetNames::interfaceName == desiredInterface) \
return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
« no previous file with comments | « Source/bindings/v8/custom/V8EventCustom.cpp ('k') | Source/build/scripts/make_names.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698