| Summary: | NodeFilter.SHOW_ALL has wrong value on 32-bit | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||||||
| Component: | Bindings | Assignee: | Chris Dumez <cdumez> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | ap, bfulgham, commit-queue, ggaren, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar, WebExposed | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=148531 https://bugs.webkit.org/show_bug.cgi?id=148546 |
||||||||||
| Attachments: |
|
||||||||||
|
Description
Chris Dumez
2015-08-28 19:20:02 PDT
Causes the following test to fail on our Windows bots: fast/dom/node-filter-interface.html Created attachment 260205 [details]
Patch
Let's see if MSVC is willing to build this... (In reply to comment #3) > Let's see if MSVC is willing to build this... Arg. the win EWS seems to be in a bad state: C:\cygwin\home\buildbot\WebKit\Source\WebCore\platform\sql\SQLiteDatabase.h(31): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory (compiling source file ..\Modules\webdatabase\Database.cpp) [C:\cygwin\home\buildbot\WebKit\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj] DatabaseManager.cpp Created attachment 260230 [details]
Patch
This bug also causes the following new tests to fail on Windows: http/tests/w3c/dom/interfaces.html http/tests/w3c/dom/traversal/NodeFilter-constants.html Created attachment 260295 [details]
Patch
Comment on attachment 260295 [details]
Patch
Brent tells me it is building.
(In reply to comment #8) > Comment on attachment 260295 [details] > Patch > > Brent tells me it is building. Yes -- it's true! Comment on attachment 260295 [details]
Patch
constexpr constructor, nice
Comment on attachment 260295 [details] Patch Clearing flags on attachment: 260295 Committed r189184: <http://trac.webkit.org/changeset/189184> All reviewed patches have been landed. Closing bug. |