[Webkit-unassigned] [Bug 139276] New: Web Inspector: assertion when switching to "Extra Scripts" navigation item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 4 16:13:10 PST 2014


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

            Bug ID: 139276
           Summary: Web Inspector: assertion when switching to "Extra
                    Scripts" navigation item
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

Test case:

<!DOCTYPE html>
<html>
<body>
<script>
function test()
{
    setTimeout(function() {}, 100);
}

eval(test.toString() + "\n//@ sourceURL= foo.js");
test();
</script>
</body>
</html>


1. Open the inspector
2. Resources
3. See test.html in the content view (Source Code or DOM)
4. Click "test.html" in the navigation area, and select "Extra Scripts"


file:///Users/burg/repos/webkit/WebKitBuild/Release/WebInspectorUI.framework/Resources/Views/ContentView.js:130:38: CONSOLE ERROR TypeError: undefined is not a valid argument for 'instanceof' (evaluating 'representedObject instanceof WebInspector.LegacyJavaScriptProfileObject')

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141205/58f41f95/attachment-0002.html>


More information about the webkit-unassigned mailing list