[Webkit-unassigned] [Bug 157800] New: Fix the allinone-build on Linux in Source/WebCore/html/HTMLElementsAllInOne.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 17 10:32:44 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157800
Bug ID: 157800
Summary: Fix the allinone-build on Linux in
Source/WebCore/html/HTMLElementsAllInOne.cpp
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ossy at webkit.org
The allinone build is broken if HTMLCanvasElement.cpp is included in Source/WebCore/html/HTMLElementsAllInOne.cpp
In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: anonymous scoped enum is not allowed
In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:5: error: elaborated-type-specifier for a scoped enum must not use the 'class' keyword [-Werror]
In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: expected identifier before numeric constant
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: expected unqualified-id before numeric constant
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160517/2d1a4c5d/attachment.html>
More information about the webkit-unassigned
mailing list