diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 19:27:08 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 19:27:08 +0000 |
commit | ec41a1d0f8d75e3b21ea4db6dbbb432e08a8e923 (patch) | |
tree | bb6fffe9057f08464d3005fffd43cf83ea8a91d2 /chrome/browser/ui/find_bar | |
parent | e67d0817abcec13b5d4eab730252ef1dfb9ab404 (diff) | |
download | chromium_src-ec41a1d0f8d75e3b21ea4db6dbbb432e08a8e923.zip chromium_src-ec41a1d0f8d75e3b21ea4db6dbbb432e08a8e923.tar.gz chromium_src-ec41a1d0f8d75e3b21ea4db6dbbb432e08a8e923.tar.bz2 |
mac: Fix all build errors when building with clang with the 10.6 sdk.
It's just one:
webkit/tools/test_shell/test_shell_mac.mm:311:26: error: incompatible pointer types sending 'WindowDelegate *' to parameter of type 'id<NSWindowDelegate>'
[-Werror,-Wincompatible-pointer-types]
[m_mainWnd setDelegate:[[WindowDelegate alloc] initWithWebView:web_view]];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webkit/tools/test_shell/test_shell_mac.mm:102:1: note: instance method 'initWithWebView:' is assumed to return an instance of its receiver type ('WindowDelegate *')
- (id)initWithWebView:(TestShellWebView*)view;
^
1 error generated.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7621034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/find_bar')
0 files changed, 0 insertions, 0 deletions