Changeset 63961 in webkit


Ignore:
Timestamp:
Jul 23, 2010 4:42:51 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-07-23 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: injectedScriptId is missing in the stack frame wrappers.

https://bugs.webkit.org/show_bug.cgi?id=42889

  • inspector/front-end/InjectedScript.js: (injectedScriptConstructor):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63957 r63961  
     12010-07-23  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        Web Inspector: injectedScriptId is missing in the stack frame wrappers.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=42889
     8
     9        * inspector/front-end/InjectedScript.js:
     10        (injectedScriptConstructor):
     11
    1122010-07-23  Shinichiro Hamaji  <hamaji@chromium.org>
    213
  • trunk/WebCore/inspector/front-end/InjectedScript.js

    r63837 r63961  
    412412    this.line = callFrame.line;
    413413    this.scopeChain = this._wrapScopeChain(callFrame);
     414    this.injectedScriptId = injectedScriptId;
    414415}
    415416
Note: See TracChangeset for help on using the changeset viewer.