| Index: Source/bindings/core/v8/V8EventListenerList.h
|
| diff --git a/Source/bindings/core/v8/V8EventListenerList.h b/Source/bindings/core/v8/V8EventListenerList.h
|
| index 5420849219ea159e8f6d048ce22c0b07da9fd68d..9a40db3214acaa4849faa4650e2d216910941f51 100644
|
| --- a/Source/bindings/core/v8/V8EventListenerList.h
|
| +++ b/Source/bindings/core/v8/V8EventListenerList.h
|
| @@ -79,7 +79,7 @@ private:
|
|
|
| static inline v8::Handle<v8::String> getHiddenProperty(bool isAttribute, v8::Isolate* isolate)
|
| {
|
| - return isAttribute ? v8AtomicString(isolate, "attributeListener") : v8AtomicString(isolate, "listener");
|
| + return isAttribute ? v8AtomicString(isolate, "EventListenerList::attributeListener") : v8AtomicString(isolate, "EventListenerList::listener");
|
| }
|
| };
|
|
|
|
|