[Webkit-unassigned] [Bug 84140] New: Script make_names.pl should generate consistent .h & .cpp files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 17 03:13:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84140
Summary: Script make_names.pl should generate consistent .h &
.cpp files
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vivekgalatage at gmail.com
CC: darin at apple.com, ddkilzer at webkit.org,
abarth at webkit.org, rniwa at webkit.org,
bweinstein at apple.com
Source/WebCore/dom/make_names.pl should generate the .h & .cpp file in consistent manner.
Currently while generating the HTMLNames.cpp (same is applicable to all such *Names.cpp files) when the line for the namespace URI is written, a newline is not added.
Hence the "// Tags" statement is put after the define for namespace URI.
Also the additional ';' after the DEFINE_GLOBALS is not required as this will be added by the macro expansion.
--
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