Merge "Revert "Disable Crankshaft in DRT for performance testing.""

This commit is contained in:
Ben Murdoch
2011-07-28 13:10:38 -07:00
committed by Android (Google) Code Review

View File

@@ -159,7 +159,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
// Expose window.gc function to JavaScript. JSC build exposes
// this function by default, but V8 requires the flag to turn it on.
// WebView::setJsFlags is noop in JSC build.
mWebView.setJsFlags("--expose_gc --crankshaft=false");
mWebView.setJsFlags("--expose_gc");
mHandler = new AsyncHandler();