Title: [98764] trunk/Source/WebCore
Revision
98764
Author
[email protected]
Date
2011-10-28 14:30:44 -0700 (Fri, 28 Oct 2011)

Log Message

Remove unused default constructor
https://bugs.webkit.org/show_bug.cgi?id=71136

Reviewed by Eric Seidel.

No one is calling this constructor anymore now that we've fixed the
callers.

* dom/make_exception_code_description.pl:
(generateHeader):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98763 => 98764)


--- trunk/Source/WebCore/ChangeLog	2011-10-28 21:28:39 UTC (rev 98763)
+++ trunk/Source/WebCore/ChangeLog	2011-10-28 21:30:44 UTC (rev 98764)
@@ -1,3 +1,16 @@
+2011-10-28  Adam Barth  <[email protected]>
+
+        Remove unused default constructor
+        https://bugs.webkit.org/show_bug.cgi?id=71136
+
+        Reviewed by Eric Seidel.
+
+        No one is calling this constructor anymore now that we've fixed the
+        callers.
+
+        * dom/make_exception_code_description.pl:
+        (generateHeader):
+
 2011-10-28  Ken Buchanan <[email protected]>
 
         Crash when splitting inline flows with generated floats

Modified: trunk/Source/WebCore/dom/make_exception_code_description.pl (98763 => 98764)


--- trunk/Source/WebCore/dom/make_exception_code_description.pl	2011-10-28 21:28:39 UTC (rev 98763)
+++ trunk/Source/WebCore/dom/make_exception_code_description.pl	2011-10-28 21:30:44 UTC (rev 98764)
@@ -96,7 +96,6 @@
     print F "};\n";
     print F "\n";
     print F "struct ExceptionCodeDescription {\n";
-    print F "    ExceptionCodeDescription() { }\n";
     print F "    explicit ExceptionCodeDescription(ExceptionCode);\n";
     print F "\n";
     print F "    // |typeName| has spaces and is suitable for use in exception\n";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to