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

Unified Diff: Source/bindings/tests/idls/TestImplements2.idl

Issue 270823002: Fix "implements in RHS file" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: Source/bindings/tests/idls/TestImplements2.idl
diff --git a/Source/bindings/tests/idls/TestImplements2.idl b/Source/bindings/tests/idls/TestImplements2.idl
index 29d3c7f79c385ba523c8e1344afe36f5709a26da..ce0e3576cc35222fcff2ca89933389d06d4aa825 100644
--- a/Source/bindings/tests/idls/TestImplements2.idl
+++ b/Source/bindings/tests/idls/TestImplements2.idl
@@ -37,3 +37,5 @@
attribute DOMString implements2StringAttribute;
void implements2VoidMethod();
};
+
+TestInterface implements TestImplements2;

Powered by Google App Engine
This is Rietveld 408576698