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

Unified Diff: third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug Created 4 years, 5 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/core/testing/InternalDictionaryDerivedDerived.idl
diff --git a/ipc/ipc_test.mojom b/third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
similarity index 59%
copy from ipc/ipc_test.mojom
copy to third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
index 9c1b30e2a3a51688acc3f8fe1746e37f430856f5..9635903a55f762a682b79b8048656d6b1678f1ee 100644
--- a/ipc/ipc_test.mojom
+++ b/third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module IPC.mojom;
-
-interface SimpleTestDriver {
- ExpectString(string str);
- RequestQuit() => ();
+dictionary InternalDictionaryDerivedDerived : InternalDictionaryDerived {
bashi 2016/07/27 02:36:33 This is poorly named but I couldn't come up with a
+ DOMString derivedDerivedStringMember;
};

Powered by Google App Engine
This is Rietveld 408576698