Changeset 79644 in webkit


Ignore:
Timestamp:
Feb 24, 2011 4:55:19 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-02-24 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Remove unused parameter name in GCActivityCallback.cpp
https://bugs.webkit.org/show_bug.cgi?id=55194

This change is not strictly required for the GYP-based build system,
but I noticed this error when working on the new build system.

  • runtime/GCActivityCallback.cpp: (JSC::DefaultGCActivityCallback::DefaultGCActivityCallback):
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r79639 r79644  
     12011-02-24  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Remove unused parameter name in GCActivityCallback.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=55194
     7
     8        This change is not strictly required for the GYP-based build system,
     9        but I noticed this error when working on the new build system.
     10
     11        * runtime/GCActivityCallback.cpp:
     12        (JSC::DefaultGCActivityCallback::DefaultGCActivityCallback):
     13
    1142011-02-24  James Robinson  <jamesr@chromium.org>
    215
  • trunk/Source/JavaScriptCore/runtime/GCActivityCallback.cpp

    r73225 r79644  
    3535};
    3636
    37 DefaultGCActivityCallback::DefaultGCActivityCallback(Heap* heap)
     37DefaultGCActivityCallback::DefaultGCActivityCallback(Heap*)
    3838{
    3939}
Note: See TracChangeset for help on using the changeset viewer.