Changeset 98764 in webkit
- Timestamp:
- Oct 28, 2011, 2:30:44 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dom/make_exception_code_description.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r98763 r98764 1 2011-10-28 Adam Barth <abarth@webkit.org> 2 3 Remove unused default constructor 4 https://bugs.webkit.org/show_bug.cgi?id=71136 5 6 Reviewed by Eric Seidel. 7 8 No one is calling this constructor anymore now that we've fixed the 9 callers. 10 11 * dom/make_exception_code_description.pl: 12 (generateHeader): 13 1 14 2011-10-28 Ken Buchanan <kenrb@chromium.org> 2 15 -
trunk/Source/WebCore/dom/make_exception_code_description.pl
r98755 r98764 97 97 print F "\n"; 98 98 print F "struct ExceptionCodeDescription {\n"; 99 print F " ExceptionCodeDescription() { }\n";100 99 print F " explicit ExceptionCodeDescription(ExceptionCode);\n"; 101 100 print F "\n";
Note:
See TracChangeset
for help on using the changeset viewer.