Changeset 87172 in webkit


Ignore:
Timestamp:
May 24, 2011 11:12:39 AM (13 years ago)
Author:
adamk@chromium.org
Message:

2011-05-24 Adam Klein <adamk@chromium.org>

Unreviewed, rolling out r87145.
http://trac.webkit.org/changeset/87145
https://bugs.webkit.org/show_bug.cgi?id=61194

Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.

  • inspector/console/console-eval-syntax-error-expected.txt: Removed.
  • inspector/console/console-eval-syntax-error.html: Removed.
  • platform/chromium/inspector/console/console-eval-syntax-error-expected.txt: Removed.

2011-05-24 Adam Klein <adamk@chromium.org>

Unreviewed, rolling out r87145.
http://trac.webkit.org/changeset/87145
https://bugs.webkit.org/show_bug.cgi?id=61194

Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.

  • bindings/v8/custom/V8InjectedScriptHostCustom.cpp: (WebCore::V8InjectedScriptHost::evaluateCallback):
Location:
trunk
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87171 r87172  
     12011-05-24  Adam Klein  <adamk@chromium.org>
     2
     3        Unreviewed, rolling out r87145.
     4        http://trac.webkit.org/changeset/87145
     5        https://bugs.webkit.org/show_bug.cgi?id=61194
     6
     7        Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.
     8
     9        * inspector/console/console-eval-syntax-error-expected.txt: Removed.
     10        * inspector/console/console-eval-syntax-error.html: Removed.
     11        * platform/chromium/inspector/console/console-eval-syntax-error-expected.txt: Removed.
     12
    1132011-05-24  Matthew Delaney  <mdelaney@apple.com>
    214
  • trunk/Source/WebCore/ChangeLog

    r87171 r87172  
     12011-05-24  Adam Klein  <adamk@chromium.org>
     2
     3        Unreviewed, rolling out r87145.
     4        http://trac.webkit.org/changeset/87145
     5        https://bugs.webkit.org/show_bug.cgi?id=61194
     6
     7        Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.
     8
     9        * bindings/v8/custom/V8InjectedScriptHostCustom.cpp:
     10        (WebCore::V8InjectedScriptHost::evaluateCallback):
     11
    1122011-05-24  Matthew Delaney  <mdelaney@apple.com>
    213
  • trunk/Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp

    r87145 r87172  
    7777
    7878    v8::Handle<v8::Script> script = v8::Script::Compile(expression);
    79     if (script.IsEmpty()) // Return immediately in case of exception to let the caller handle it.
    80         return v8::Handle<v8::Value>();
    8179    return script->Run();
    8280}
Note: See TracChangeset for help on using the changeset viewer.