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

Unified Diff: Source/modules/webaudio/AudioNode.h

Issue 54173005: Signal exceptions if start/stop is called out-of-order or too many times. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/AudioNode.h
diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
index e6475ed24793698e2ddedf43235c6577a3cfee56..61fc047bdd52f329d8ef47b0968e7c7f07cdbd5c 100644
--- a/Source/modules/webaudio/AudioNode.h
+++ b/Source/modules/webaudio/AudioNode.h
@@ -89,6 +89,7 @@ public:
};
NodeType nodeType() const { return m_nodeType; }
+ String nodeTypeName() const;
void setNodeType(NodeType);
// We handle our own ref-counting because of the threading issues and subtle nature of

Powered by Google App Engine
This is Rietveld 408576698