| Summary: | GraphicsContext3D too awesome for VS2013 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <alex.christensen> | ||||
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, dino, kondapallykalyan, roger_fong | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 8 | ||||||
| Attachments: |
|
||||||
|
Description
Alex Christensen
2013-12-16 15:26:59 PST
Created attachment 219381 [details]
Patch
Comment on attachment 219381 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219381&action=review > Source/WebCore/platform/graphics/GraphicsContext3D.cpp:1614 > +// Visual Studio crashes with a C1063 Fatal Error if this is inlined. > +#if COMPILER(MSVC) > +#define ALWAYS_INLINE_EXCEPT_MSVC > +#else > +#define ALWAYS_INLINE_EXCEPT_MSVC ALWAYS_INLINE > +#endif I’d stick this at the top of the file, not way down here. |