⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98764 in webkit


Ignore:
Timestamp:
Oct 28, 2011, 2:30:44 PM (15 years ago)
Author:
abarth@webkit.org
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r98763 r98764  
     12011-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
    1142011-10-28  Ken Buchanan <kenrb@chromium.org>
    215
  • trunk/Source/WebCore/dom/make_exception_code_description.pl

    r98755 r98764  
    9797    print F "\n";
    9898    print F "struct ExceptionCodeDescription {\n";
    99     print F "    ExceptionCodeDescription() { }\n";
    10099    print F "    explicit ExceptionCodeDescription(ExceptionCode);\n";
    101100    print F "\n";
Note: See TracChangeset for help on using the changeset viewer.