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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h

Issue 2816143003: bindings: Place bool flags in a batch in IDL dictionary (Closed)
Patch Set: comments 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
« no previous file with comments | « third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
index 18937354bcd656a473e5a9b8d7f8571f439956a2..a93b09666cae5b3cfe70c8df05dfd9870f30a8a0 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
@@ -35,6 +35,7 @@ class CORE_EXPORT TestPermissiveDictionary : public IDLDictionaryBase {
private:
bool m_hasBooleanMember = false;
+
bool m_booleanMember;
friend class V8TestPermissiveDictionary;
« no previous file with comments | « third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698