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

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

Issue 80153003: IDL compiler: [CustomLegacyCall] interfaces, cleanup header conditional spacing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month 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 | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8Float64Array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl
diff --git a/Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl b/Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl
similarity index 95%
copy from Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl
copy to Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl
index c6aa621f9f2c9c97a0a0fee3d168f71ee5f54ee3..5dc6a4aba2a2af1786ccf58c5fbbeaf50fb4383b 100644
--- a/Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl
+++ b/Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl
@@ -29,6 +29,6 @@
*/
[
- ActiveDOMObject,
-] interface TestActiveDOMObjectInterface {
+ CustomLegacyCall,
+] interface TestCustomLegacyCallInterface {
};
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8Float64Array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698