[webkit-reviews] review granted: [Bug 7926] Crash using -callWebScriptMethod to access offsetTop property : [Attachment 12550] Patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Thu Jan 18 21:28:00 PST 2007


Timothy Hatcher <timothy at hatcher.name> has granted Timothy Hatcher
<timothy at hatcher.name>'s request for review:
Bug 7926: Crash using -callWebScriptMethod to access offsetTop property
http://bugs.webkit.org/show_bug.cgi?id=7926

Attachment 12550: Patch
http://bugs.webkit.org/attachment.cgi?id=12550&action=edit

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
r=me

As mentioned on IRC. File a new bug about the proposed exception change.

And leave this part of of the patch:

-	 result = jsUndefined();
	 exec->clearException();
+	 return 0;



More information about the webkit-reviews mailing list