Bug 149282 - [WinCairo] Compile error, include file not found.
Summary: [WinCairo] Compile error, include file not found.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 13:04 PDT by peavo
Modified: 2015-09-17 13:22 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.07 KB, patch)
2015-09-17 13:06 PDT, peavo
achristensen: review+
achristensen: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)