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

Unified Diff: Source/modules/webaudio/DefaultAudioDestinationNode.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/webaudio/DefaultAudioDestinationNode.h
diff --git a/Source/modules/webaudio/DefaultAudioDestinationNode.h b/Source/modules/webaudio/DefaultAudioDestinationNode.h
index 0f195975697def46234486fea4e5da256bc963bc..690a2a0bfb113950d9bcdf3e0b59fbb98b248785 100644
--- a/Source/modules/webaudio/DefaultAudioDestinationNode.h
+++ b/Source/modules/webaudio/DefaultAudioDestinationNode.h
@@ -32,8 +32,7 @@
namespace WebCore {
class AudioContext;
-class ExceptionState;
-
+
class DefaultAudioDestinationNode : public AudioDestinationNode {
public:
static PassRefPtr<DefaultAudioDestinationNode> create(AudioContext* context)
@@ -46,7 +45,7 @@ public:
// AudioNode
virtual void initialize() OVERRIDE;
virtual void uninitialize() OVERRIDE;
- virtual void setChannelCount(unsigned long, ExceptionState&) OVERRIDE;
+ virtual void setChannelCount(unsigned long, ExceptionCode&) OVERRIDE;
// AudioDestinationNode
virtual void enableInput(const String& inputDeviceId) OVERRIDE;
« no previous file with comments | « Source/modules/webaudio/BiquadFilterNode.cpp ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698