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

Unified Diff: Source/modules/webaudio/AnalyserNode.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/speech/SpeechRecognition.cpp ('k') | Source/modules/webaudio/AnalyserNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AnalyserNode.h
diff --git a/Source/modules/webaudio/AnalyserNode.h b/Source/modules/webaudio/AnalyserNode.h
index a4b534672bfaaa825a30e53e023fa3a2225b30da..3746f2be343614bc9607de0b0037035fe8438620 100644
--- a/Source/modules/webaudio/AnalyserNode.h
+++ b/Source/modules/webaudio/AnalyserNode.h
@@ -31,8 +31,6 @@
namespace WebCore {
-class ExceptionState;
-
class AnalyserNode : public AudioBasicInspectorNode {
public:
static PassRefPtr<AnalyserNode> create(AudioContext* context, float sampleRate)
@@ -48,7 +46,7 @@ public:
// Javascript bindings
unsigned fftSize() const { return m_analyser.fftSize(); }
- void setFftSize(unsigned size, ExceptionState&);
+ void setFftSize(unsigned size, ExceptionCode&);
unsigned frequencyBinCount() const { return m_analyser.frequencyBinCount(); }
« no previous file with comments | « Source/modules/speech/SpeechRecognition.cpp ('k') | Source/modules/webaudio/AnalyserNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698