[webkit-reviews] review granted: [Bug 22776] Add ScriptController::updateSecurityOrigin : [Attachment 25912] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 21:44:16 PST 2008


Sam Weinig <sam at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 22776: Add ScriptController::updateSecurityOrigin
https://bugs.webkit.org/show_bug.cgi?id=22776

Attachment 25912: patch
https://bugs.webkit.org/attachment.cgi?id=25912&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
>	   securityOrigin()->setDomainFromDOM(newDomain);
> +	   if (m_frame)
> +		m_frame->script()->updateSecurityOrigin();

The indentation looks odd here.

>      securityOrigin()->setDomainFromDOM(newDomain);
> +    if (m_frame)
> +	    m_frame->script()->updateSecurityOrigin();

And here.

r=me


More information about the webkit-reviews mailing list