[webkit-reviews] review granted: [Bug 6590] Web Inspector shows stale DOM tree if the DOM changes after the inspector has loaded : [Attachment 22409] Added InspectorController.isWindowVisible to the JavaScript class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 10:07:34 PDT 2008


Adam Roben (aroben) <aroben at apple.com> has granted Timothy Hatcher
<timothy at hatcher.name>'s request for review:
Bug 6590: Web Inspector shows stale DOM tree if the DOM changes after the
inspector has loaded
https://bugs.webkit.org/show_bug.cgi?id=6590

Attachment 22409: Added InspectorController.isWindowVisible to the JavaScript
class
https://bugs.webkit.org/attachment.cgi?id=22409&action=edit

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
+    InspectorController* controller =
reinterpret_cast<InspectorController*>(JSObjectGetPrivate(thisObject));

This can be a static_cast

r=me


More information about the webkit-reviews mailing list