Changeset 128337 in webkit


Ignore:
Timestamp:
Sep 12, 2012 10:39:09 AM (12 years ago)
Author:
pilgrim@chromium.org
Message:

[Chromium] Remove unused notifyFormStateChanged function in PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=96527

Reviewed by Kentaro Hara.

Part of a refactoring series. See tracking bug 82948.

  • platform/chromium/PlatformSupport.h:

(PlatformSupport):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r128335 r128337  
     12012-09-12  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        [Chromium] Remove unused notifyFormStateChanged function in PlatformSupport
     4        https://bugs.webkit.org/show_bug.cgi?id=96527
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Part of a refactoring series. See tracking bug 82948.
     9
     10        * platform/chromium/PlatformSupport.h:
     11        (PlatformSupport):
     12
    1132012-09-12  Mihnea Ovidenie  <mihnea@adobe.com>
    214
  • trunk/Source/WebCore/platform/chromium/PlatformSupport.h

    r128322 r128337  
    111111#endif
    112112
    113     // Forms --------------------------------------------------------------
    114     static void notifyFormStateChanged(const Document*);
    115 
    116113    // IndexedDB ----------------------------------------------------------
    117114    static PassRefPtr<IDBFactoryBackendInterface> idbFactory();
Note: See TracChangeset for help on using the changeset viewer.