Bug 104614 - Add WKPageSetInvalidMessageFunction stub
Summary: Add WKPageSetInvalidMessageFunction stub
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 16:56 PST by Anders Carlsson
Modified: 2012-12-10 17:19 PST (History)
0 users

See Also:


Attachments
Patch (1.97 KB, patch)
2012-12-10 16:57 PST, Anders Carlsson
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-12-10 16:56:35 PST
Add WKPageSetInvalidMessageFunction stub
Comment 1 Anders Carlsson 2012-12-10 16:57:29 PST
Created attachment 178667 [details]
Patch
Comment 2 Mark Rowe (bdash) 2012-12-10 17:06:48 PST
Comment on attachment 178667 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=178667&action=review

> Source/WebKit2/UIProcess/API/C/WKPage.cpp:775
> +    // FIXME: Remove this function when doing so won't break Safari nightlies.

"Safari nightlies" isn't accurate here since it's WebKit nightlies with certain versions of Safari that are broken.
Comment 3 Anders Carlsson 2012-12-10 17:19:07 PST
Committed r137229: <http://trac.webkit.org/changeset/137229>