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

Unified Diff: Source/modules/mediasource/MediaSource.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/indexeddb/IDBFactoryBackendInterface.h ('k') | Source/modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/MediaSource.h
diff --git a/Source/modules/mediasource/MediaSource.h b/Source/modules/mediasource/MediaSource.h
index 962722fee63c61adf5a45a7fae63ac2aaa6d9375..10dcd756a47a6167f926c16ff88e5d3466b28b7b 100644
--- a/Source/modules/mediasource/MediaSource.h
+++ b/Source/modules/mediasource/MediaSource.h
@@ -39,8 +39,6 @@
namespace WebCore {
-class ExceptionState;
-
class MediaSource : public MediaSourceBase, public ScriptWrappable {
public:
static PassRefPtr<MediaSource> create(ScriptExecutionContext*);
@@ -49,8 +47,8 @@ public:
// MediaSource.idl methods
SourceBufferList* sourceBuffers() { return m_sourceBuffers.get(); }
SourceBufferList* activeSourceBuffers() { return m_activeSourceBuffers.get(); }
- SourceBuffer* addSourceBuffer(const String& type, ExceptionState&);
- void removeSourceBuffer(SourceBuffer*, ExceptionState&);
+ SourceBuffer* addSourceBuffer(const String& type, ExceptionCode&);
+ void removeSourceBuffer(SourceBuffer*, ExceptionCode&);
static bool isTypeSupported(const String& type);
// EventTarget interface
« no previous file with comments | « Source/modules/indexeddb/IDBFactoryBackendInterface.h ('k') | Source/modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698