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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.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
Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
index fc3453027d129a1666cd0ff8296f8c2bfdc68134..72ffa07819f46755e5520d168ed332da1e941742 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
@@ -35,6 +35,7 @@ class CORE_EXPORT TestInterfaceEventInit : public EventInit {
DECLARE_VIRTUAL_TRACE();
private:
+
String m_stringMember;
friend class V8TestInterfaceEventInit;

Powered by Google App Engine
This is Rietveld 408576698