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

Unified Diff: third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp

Issue 2872553004: Rename kNodeTypeJavaScript to kNodeTypeScriptProcessor (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/modules/webaudio/AudioNode.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp b/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
index 4fbd13316293d35947c1e64004d34a9080ddc2c8..67804eed11fb8cb7a14bd1468d60f6b112a21e58 100644
--- a/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
@@ -45,7 +45,7 @@ ScriptProcessorHandler::ScriptProcessorHandler(
size_t buffer_size,
unsigned number_of_input_channels,
unsigned number_of_output_channels)
- : AudioHandler(kNodeTypeJavaScript, node, sample_rate),
+ : AudioHandler(kNodeTypeScriptProcessor, node, sample_rate),
double_buffer_index_(0),
buffer_size_(buffer_size),
buffer_read_write_index_(0),
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698