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

Unified Diff: Source/modules/mediastream/MediaConstraintsImpl.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
Index: Source/modules/mediastream/MediaConstraintsImpl.h
diff --git a/Source/modules/mediastream/MediaConstraintsImpl.h b/Source/modules/mediastream/MediaConstraintsImpl.h
index ad58f17467efbab4ed4238416e2860f7e440b89f..0ba5250485d8c6868100756a7f12a5eaffd9d04a 100644
--- a/Source/modules/mediastream/MediaConstraintsImpl.h
+++ b/Source/modules/mediastream/MediaConstraintsImpl.h
@@ -39,12 +39,12 @@ namespace WebCore {
class Dictionary;
-class ExceptionState;
+typedef int ExceptionCode;
class MediaConstraintsImpl : public MediaConstraints {
public:
static PassRefPtr<MediaConstraintsImpl> create();
- static PassRefPtr<MediaConstraintsImpl> create(const Dictionary&, ExceptionState&);
+ static PassRefPtr<MediaConstraintsImpl> create(const Dictionary&, ExceptionCode&);
virtual ~MediaConstraintsImpl();
virtual void getMandatoryConstraints(Vector<MediaConstraint>&) const OVERRIDE;
« no previous file with comments | « Source/modules/mediasource/WebKitSourceBuffer.cpp ('k') | Source/modules/mediastream/MediaConstraintsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698