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

Unified Diff: third_party/WebCore/dom/DOMError.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
« no previous file with comments | « third_party/WebCore/css/WebKitCSSRegionRule.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+ };
+
}
« no previous file with comments | « third_party/WebCore/css/WebKitCSSRegionRule.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698