Index: third_party/WebCore/dom/DOMError.idl |
diff --git a/third_party/WebCore/Modules/webaudio/AudioSourceNode.idl b/third_party/WebCore/dom/DOMError.idl |
similarity index 90% |
copy from third_party/WebCore/Modules/webaudio/AudioSourceNode.idl |
copy to third_party/WebCore/dom/DOMError.idl |
index ec3c35681e8e10230d533335bc6c10b1a048601f..ee059d4b256dec19e8612cb56dc1b4bc1b7407f0 100644 |
--- a/third_party/WebCore/Modules/webaudio/AudioSourceNode.idl |
+++ b/third_party/WebCore/dom/DOMError.idl |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright (C) 2010 Google Inc. All rights reserved. |
+ * Copyright (C) 2007 Apple Inc. All rights reserved. |
* |
* Redistribution and use in source and binary forms, with or without |
* modification, are permitted provided that the following conditions |
@@ -26,9 +26,10 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-module audio { |
- interface [ |
- Conditional=WEB_AUDIO |
- ] AudioSourceNode : AudioNode { |
- }; |
+module core { |
+ interface [ |
+ ] DOMError { |
+ readonly attribute DOMString name; |
+ }; |
+ |
} |