[webkit-reviews] review granted: [Bug 9325] clientWidth/clientHeight on document element in strict mode should return visible frame size : [Attachment 8726] Patch

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Jun 6 09:44:28 PDT 2006


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 9325: clientWidth/clientHeight on document element in strict mode should
return visible frame size
http://bugzilla.opendarwin.org/show_bug.cgi?id=9325

Attachment 8726: Patch
http://bugzilla.opendarwin.org/attachment.cgi?id=8726&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+    if (!document()->inCompatMode() && 
+	 document()->documentElement() == this)

I would put those on single lines -- they're not too long.

r=me



More information about the webkit-reviews mailing list