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

Unified Diff: Source/bindings/tests/idls/TestInterface.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/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 2a9823849ecdab4dabf04fb60875366649538a58..e7e6b4e07dda6ed44e2059e3375e1f4ab4d16a9d 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -72,5 +72,5 @@
};
TestInterface implements TestImplements;
-TestInterface implements TestImplements2;
+// TestInterface implements TestImplements2; // at implement*ed* interface
TestInterface implements TestImplements3;

Powered by Google App Engine
This is Rietveld 408576698