Skip to content

Commit 031c569

Browse files
committed
Fix the Lion build after r130948.
* TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm: Canonical link: https://commits.webkit.org/116946@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@130974 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent bd6e207 commit 031c569

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Tools/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2012-10-10 Andy Estes <aestes@apple.com>
2+
3+
Fix the Lion build after r130948.
4+
5+
* TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm:
6+
17
2012-10-10 Andy Estes <aestes@apple.com>
28

39
Speculative build fix for Snow Leopard after r130948.

Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
@interface UserContentTestLoadDelegate : NSObject <WKBrowsingContextLoadDelegate>
4848
{
49+
OnLoadBlock _onLoadBlock;
4950
}
5051

5152
@property (nonatomic, copy) OnLoadBlock onLoadBlock;

0 commit comments

Comments
 (0)