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

Unified Diff: LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js

Issue 18316003: Revert "Use V8 implementation of ArrayBuffer in Blink." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « no previous file | Source/WebKit/chromium/src/WebArrayBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js
diff --git a/LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js b/LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js
index 09e77a968450ab847c1a049ee04bf4fcd7d0185d..6560cc3010145d86dc4abf73ca11102322168893 100644
--- a/LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js
+++ b/LayoutTests/fast/canvas/webgl/script-tests/array-message-passing.js
@@ -207,10 +207,5 @@ window.addEventListener('message', windowHandleMessage);
for (var t = 0; t < testList.length; ++t) {
var currentTest = testList[t];
var message = {testNum: t, testData: currentTest[1]};
- try {
- window.postMessage(message, '*');
- } catch(e) {
- testFailed(currentTest[0], ": unexpected postMessage exception " + e);
- doneTest();
- }
+ window.postMessage(message, '*');
}
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebArrayBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698