[webkit-reviews] review granted: [Bug 119168] Add support infrastructure for iOS WebKit port : [Attachment 207559] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 26 17:37:13 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 119168: Add support infrastructure for iOS WebKit port
https://bugs.webkit.org/show_bug.cgi?id=119168

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=207559&action=review


> Tools/Scripts/webkitdirs.pm:1720
> -    if (isAppleMacWebKit()) {
> +    if (isIOSWebKit()) {
> +	   $inspectorResourcesDirPath = $productDir .
"/WebCore.framework/inspector";
> +    } elsif (isAppleMacWebKit()) {

I would have preferred to check isIOSWebKit() inside isAppleMacWebKit().


More information about the webkit-reviews mailing list