Bug 149282

Summary: [WinCairo] Compile error, include file not found.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+, achristensen: commit-queue-

Description peavo 2015-09-17 13:04:28 PDT
C:\WebKit\Source\WebKit\Storage\WebDatabaseProvider.cpp(28): fatal error C1083: Cannot open include file: 'WebCore/IDBFactoryBackendInterface.h': No such file or directory
Comment 1 peavo 2015-09-17 13:06:01 PDT
Created attachment 261412 [details]
Patch
Comment 2 Alex Christensen 2015-09-17 13:11:12 PDT
Comment on attachment 261412 [details]
Patch

r=me.  I'll commit it and add Modules/indexeddb/legacy to WebCore_FORWARDING_HEADERS_DIRECTORIES in WebCore/PlatformWin.cmake
Comment 3 peavo 2015-09-17 13:18:19 PDT
(In reply to comment #2)
> Comment on attachment 261412 [details]
> Patch
> 
> r=me.  I'll commit it and add Modules/indexeddb/legacy to
> WebCore_FORWARDING_HEADERS_DIRECTORIES in WebCore/PlatformWin.cmake

Thanks!
Comment 4 Alex Christensen 2015-09-17 13:18:59 PDT
http://trac.webkit.org/changeset/189927 should fix this problem, even though it is not doing what the patch does.
Comment 5 peavo 2015-09-17 13:22:05 PDT
(In reply to comment #4)
> http://trac.webkit.org/changeset/189927 should fix this problem, even though
> it is not doing what the patch does.

Looks good :)