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
|
}; |