Summary: | [Win] Use C++14, not C++17 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||
Component: | New Bugs | Assignee: | Fujii Hironori <Hironori.Fujii> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, bfulgham, pvollan, ross.kirsling, webkit-bug-importer, ysuzuki | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=185232 | ||||||
Attachments: |
|
Description
Fujii Hironori
2018-10-30 22:42:51 PDT
Created attachment 353465 [details]
Patch
Comment on attachment 353465 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=353465&action=review > Tools/MiniBrowser/win/WebKitBrowserWindow.cpp:41 > + std::vector<WKChar> wkCharBuffer(maxSize); Should this be a WTF::Vector instead? Comment on attachment 353465 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=353465&action=review >> Tools/MiniBrowser/win/WebKitBrowserWindow.cpp:41 >> + std::vector<WKChar> wkCharBuffer(maxSize); > > Should this be a WTF::Vector instead? The reason why I don't want to use WTF in MiniBrowser is that I want to use only public API (WK1 and WK2) in MiniBrowser as much as possible. But, this is just my opinion, MiniBrowser is including some WebCore headers. See also Bug 190791. Comment on attachment 353465 [details] Patch Clearing flags on attachment: 353465 Committed r237789: <https://trac.webkit.org/changeset/237789> All reviewed patches have been landed. Closing bug. |