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

Unified Diff: Source/modules/mediasource/WebKitMediaSource.h

Issue 19724003: Revert "Transition modules/** to use ExceptionState" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « Source/modules/mediasource/SourceBuffer.cpp ('k') | Source/modules/mediasource/WebKitMediaSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WebKitMediaSource.h
diff --git a/Source/modules/mediasource/WebKitMediaSource.h b/Source/modules/mediasource/WebKitMediaSource.h
index 4dfd21519aeb8faff16231947d5976d4f0c48673..a46f21612f461ea182e2caeb7cebe69c54196f70 100644
--- a/Source/modules/mediasource/WebKitMediaSource.h
+++ b/Source/modules/mediasource/WebKitMediaSource.h
@@ -39,8 +39,6 @@
namespace WebCore {
-class ExceptionState;
-
class WebKitMediaSource : public MediaSourceBase, public ScriptWrappable {
public:
static PassRefPtr<WebKitMediaSource> create(ScriptExecutionContext*);
@@ -49,8 +47,8 @@ public:
// WebKitMediaSource.idl methods
WebKitSourceBufferList* sourceBuffers();
WebKitSourceBufferList* activeSourceBuffers();
- WebKitSourceBuffer* addSourceBuffer(const String& type, ExceptionState&);
- void removeSourceBuffer(WebKitSourceBuffer*, ExceptionState&);
+ WebKitSourceBuffer* addSourceBuffer(const String& type, ExceptionCode&);
+ void removeSourceBuffer(WebKitSourceBuffer*, ExceptionCode&);
static bool isTypeSupported(const String& type);
// EventTarget interface
« no previous file with comments | « Source/modules/mediasource/SourceBuffer.cpp ('k') | Source/modules/mediasource/WebKitMediaSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698