WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
141326
error: redefinition of 'tryGetFileBackedSharedBufferFromCFURLCachedResponse in OSX 10.8.5
https://bugs.webkit.org/show_bug.cgi?id=141326
Summary
error: redefinition of 'tryGetFileBackedSharedBufferFromCFURLCachedResponse i...
Hyungwook Lee
Reported
2015-02-06 00:23:25 PST
I've compilation errors on OSX 10.8.5 as follows. webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.mm:49:44: error: redefinition of 'tryGetFileBackedSharedBufferFromCFURLCachedResponse' PassRefPtr<SharedBuffer> DiskCacheMonitor::tryGetFileBackedSharedBufferFromCFURLCachedResponse(CFCachedURLResponseRef cachedResponse) ^ In file included from webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.mm:27: webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h:64:51: note: previous definition is here inline PassRefPtr<SharedBuffer> DiskCacheMonitor::tryGetFileBackedSharedBufferFromCFURLCachedResponse(CFCachedURLResponseRef) ^ webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.mm:58:24: error: redefinition of 'monitorFileBackingStoreCreation' void DiskCacheMonitor::monitorFileBackingStoreCreation(const ResourceRequest& request, SessionID sessionID, CFCachedURLResponseRef cachedResponse) ^ In file included from webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.mm:27: webkit/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h:60:31: note: previous definition is here inline void DiskCacheMonitor::monitorFileBackingStoreCreation(const ResourceRequest&, SessionID, CFCachedURLResponseRef)
Attachments
patch
(1.90 KB, patch)
2015-02-06 00:32 PST
,
Hyungwook Lee
ap
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Hyungwook Lee
Comment 1
2015-02-06 00:32:55 PST
Created
attachment 246153
[details]
patch
Alexey Proskuryakov
Comment 2
2015-02-06 23:01:40 PST
Comment on
attachment 246153
[details]
patch Support for OS X 10.8 has been removed from WebKit trunk. I think that even with this fix, you will find out that a lot of things don't work correctly.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug