Index: Source/web/WebPluginScriptForbiddenScope.cpp |
diff --git a/Source/modules/webaudio/testing/InternalsWebAudio.cpp b/Source/web/WebPluginScriptForbiddenScope.cpp |
similarity index 52% |
copy from Source/modules/webaudio/testing/InternalsWebAudio.cpp |
copy to Source/web/WebPluginScriptForbiddenScope.cpp |
index 631b8abb2f75a26a595a1d7bd6926f237171dc23..7dbc0a7b76ac808fe1325e567c2699d06ed81d76 100644 |
--- a/Source/modules/webaudio/testing/InternalsWebAudio.cpp |
+++ b/Source/web/WebPluginScriptForbiddenScope.cpp |
@@ -3,15 +3,15 @@ |
// found in the LICENSE file. |
#include "config.h" |
-#include "modules/webaudio/testing/InternalsWebAudio.h" |
+#include "public/web/WebPluginScriptForbiddenScope.h" |
-#include "modules/webaudio/AudioNode.h" |
+#include "platform/PluginScriptForbiddenScope.h" |
namespace blink { |
-unsigned InternalsWebAudio::audioHandlerCount(Internals& internals) |
+bool WebPluginScriptForbiddenScope::isForbidden() |
{ |
- return AudioHandler::instanceCount(); |
+ return PluginScriptForbiddenScope::isForbidden(); |
} |
} // namespace blink |