[Webkit-unassigned] [Bug 125808] GraphicsContext3D too awesome for VS2013
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 09:12:49 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125808
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #219381|review? |review+
Flag| |
--- Comment #2 from Darin Adler <darin at apple.com> 2013-12-17 09:10:56 PST ---
(From update of attachment 219381)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list