[Bug 26493] New: Null dereference in exitFullscreen()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26493

            Bug ID: 26493
           Summary: Null dereference in exitFullscreen()
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Fullscreen
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

In both of these steps, doc can be null:

3.4.3. Remove the top element of doc's fullscreen element stack.

3.5. Let topLevelDoc be doc's top-level browsing context's document.

It looks like "and to null otherwise" could be replaced by the equivalent of
"break" and then lastDoc can go as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 1 August 2014 08:55:11 UTC