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

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

Issue 131183002: IDL compiler: AudioBuffer interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/TestInterfaceAudioBuffer.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceEmpty.idl b/Source/bindings/tests/idls/TestInterfaceAudioBuffer.idl
similarity index 93%
copy from Source/bindings/tests/idls/TestInterfaceEmpty.idl
copy to Source/bindings/tests/idls/TestInterfaceAudioBuffer.idl
index d9474d54136bb35f5d4d5842ac6a175b94ca6343..1e2f502595ff5abe3e6fbd0664ba48344bb1182f 100644
--- a/Source/bindings/tests/idls/TestInterfaceEmpty.idl
+++ b/Source/bindings/tests/idls/TestInterfaceAudioBuffer.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -28,5 +28,5 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceEmpty {
+interface TestInterfaceAudioBuffer : AudioBuffer {
haraken 2014/01/09 08:52:58 IMHO, we don't need to add a new testing interface
Nils Barth (inactive) 2014/01/09 11:24:45 I'll remove this from the final CL. (I need this f
};

Powered by Google App Engine
This is Rietveld 408576698