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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h

Issue 2851053002: Fix detached event listener attribute updating. (Closed)
Patch Set: Push Document lookup down Created 3 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
Index: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
index 0c71436fcbb8a6cddc87705baa12afe4ee78d5e6..ffb815d025bc9688fc984c95c3922a6936a1ce3e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
@@ -105,7 +105,7 @@ class CORE_EXPORT V8AbstractEventListener : public EventListener,
void ClearListenerObject();
- bool BelongsToTheCurrentWorld(ExecutionContext*) const final;
+ bool BelongsToTheCurrentWorld(Document*) const final;
bool IsAttribute() const final { return is_attribute_; }

Powered by Google App Engine
This is Rietveld 408576698