am 1cdb55aa: Merge change 27457 into eclair
Merge commit '1cdb55aa97d8035a941a4bd7cf23063f18360ab5' into eclair-plus-aosp * commit '1cdb55aa97d8035a941a4bd7cf23063f18360ab5': Added code style fix that actually did not get submitted in 2nd patch of previous change.
This commit is contained in:
@@ -63,9 +63,9 @@ public class TestShellActivity extends Activity implements LayoutTestController
|
|||||||
public void handleMessage(Message msg) {
|
public void handleMessage(Message msg) {
|
||||||
if (msg.what == MSG_TIMEOUT) {
|
if (msg.what == MSG_TIMEOUT) {
|
||||||
mTimedOut = true;
|
mTimedOut = true;
|
||||||
if(mCallback != null)
|
if (mCallback != null)
|
||||||
mCallback.timedOut(mWebView.getUrl());
|
mCallback.timedOut(mWebView.getUrl());
|
||||||
if(!mRequestedWebKitData) {
|
if (!mRequestedWebKitData) {
|
||||||
requestWebKitData();
|
requestWebKitData();
|
||||||
} else {
|
} else {
|
||||||
// if timed out and webkit data has been dumped before
|
// if timed out and webkit data has been dumped before
|
||||||
|
|||||||
Reference in New Issue
Block a user