Simplify url accessors on WKBrowsingContextController
Created attachment 112293 [details] Patch
Attachment 112293 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/UIProcess/WebPageProxy.cpp:609: A case label should not be indented, but line up with its switch statement. [whitespace/indent] [4] Total errors found: 1 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 112293 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112293&action=review > Source/WebKit2/UIProcess/WebPageProxy.cpp:615 > + } > +} This needs to return something for the default case...maybe a null string?
Committed r98311: <http://trac.webkit.org/changeset/98311>