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

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

Issue 2441593002: binding: Returns a reject promise when |this| is not of the type. (Closed)
Patch Set: Updated test expectations. Created 4 years, 1 month 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/V8DOMConfiguration.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
index a36563ef24757661e63abcabf413ff9b5603d0b8..fa25d78b9af148f82ad3de18e6ffc03f4a9b11e5 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
@@ -244,6 +244,7 @@ class CORE_EXPORT V8DOMConfiguration final {
unsigned exposeConfiguration : 1; // ExposeConfiguration
unsigned
propertyLocationConfiguration : 3; // PropertyLocationConfiguration
+ unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
};
struct SymbolKeyedMethodConfiguration {
@@ -265,6 +266,7 @@ class CORE_EXPORT V8DOMConfiguration final {
unsigned exposeConfiguration : 1; // ExposeConfiguration
unsigned
propertyLocationConfiguration : 3; // PropertyLocationConfiguration
+ unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
};
static void installMethods(v8::Isolate*,

Powered by Google App Engine
This is Rietveld 408576698