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

Unified Diff: LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html

Issue 799403007: Add counters for all of the WebAudio nodes and important methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase take 2 Created 6 years 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 | « LayoutTests/fast/js/global-constructors-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html
diff --git a/LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html b/LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html
index 58a528f96168d750d3fd58475f16c91745762aff..0e9c752a344ee8a47083518ac2ecf314981ab77b 100644
--- a/LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html
+++ b/LayoutTests/webaudio/mediaelementaudiosourcenode-wrapper.html
@@ -12,7 +12,7 @@ description("Verifies that for .mediaElement getters, a wrapper that corresponds
var source;
function testMediaWrapper(kind) {
var element = document.createElement(kind);
- var context = new webkitOfflineAudioContext(1, 1000, 44100);
+ var context = new OfflineAudioContext(1, 1000, 44100);
source = context.createMediaElementSource(element);
element = context = null;
« no previous file with comments | « LayoutTests/fast/js/global-constructors-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698