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

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

Issue 2209203002: binding: Always throws an exception in the current realm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 4 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/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
index 49ee1a54a6b5c9b1c75c2bc128c93b154390495a..486aa74b6e3dea76e66c0fd37bc3079f99764034 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -25,11 +25,11 @@ class ScriptWrappable;
X(CustomEvent, Detail) \
X(DOMException, Error) \
X(ErrorEvent, Error) \
- X(IDBObserver, Callback) \
- X(IntersectionObserver, Callback) \
+ X(IDBObserver, Callback) \
+ X(IntersectionObserver, Callback) \
X(MessageEvent, CachedData) \
- X(MutationObserver, Callback) \
- X(PerformanceObserver, Callback) \
+ X(MutationObserver, Callback) \
+ X(PerformanceObserver, Callback) \
X(PrivateScriptRunner, IsInitialized) \
X(SameObject, NotificationActions) \
X(SameObject, NotificationData) \

Powered by Google App Engine
This is Rietveld 408576698