[Webkit-unassigned] [Bug 145695] New: REGRESSION: TypeError: undefined is not an object (evaluating 'WebInspector.clearLogOnReload.value')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 09:27:14 PDT 2015


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

            Bug ID: 145695
           Summary: REGRESSION: TypeError: undefined is not an object
                    (evaluating 'WebInspector.clearLogOnReload.value')
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

This error started showing up after r185213: <http://trac.webkit.org/changeset/185213>.  The complete error message says:

Uncaught exception in inspector page: TypeError: undefined is not an object (evaluating 'WebInspector.clearLogOnReload.value') [file:///.../OpenSource/WebKitBuild/Debug/WebInspectorUI.framework/Resources/Controllers/LogManager.js:77]

I see that WebInspector.clearLogOnReload is initialized by WebInspector.loaded() in Main.js.  Are we guaranteed that WebInspector.loaded will be called before the first use of WebInspector.clearLogOnReload?  I'm seeing the above error while trying to run new inspector tests I'm writing to test exception breakpoints.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150605/fe9e9241/attachment-0001.html>


More information about the webkit-unassigned mailing list