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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2303893003: Pass ResizeObserver as 'this' to callback (Closed)
Patch Set: CR fix, merge master Created 4 years, 3 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/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index 71d35878f8c1b814b7e1c2b789ce8f8a8194b7d4..d9711cb432f0f3143b249e25e46bee9150755536 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -189,6 +189,7 @@ bindings_core_v8_files =
"core/v8/V8PersistentValueVector.h",
"core/v8/V8PrivateProperty.cpp",
"core/v8/V8PrivateProperty.h",
+ "core/v8/V8ResizeObserverCallbackCustom.cpp",
"core/v8/V8ScriptRunner.cpp",
"core/v8/V8ScriptRunner.h",
"core/v8/V8StringResource.cpp",

Powered by Google App Engine
This is Rietveld 408576698