Title: [128337] trunk/Source/WebCore
- Revision
- 128337
- Author
- [email protected]
- Date
- 2012-09-12 10:39:09 -0700 (Wed, 12 Sep 2012)
Log 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):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (128336 => 128337)
--- trunk/Source/WebCore/ChangeLog 2012-09-12 17:32:37 UTC (rev 128336)
+++ trunk/Source/WebCore/ChangeLog 2012-09-12 17:39:09 UTC (rev 128337)
@@ -1,3 +1,15 @@
+2012-09-12 Mark Pilgrim <[email protected]>
+
+ [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):
+
2012-09-12 Mihnea Ovidenie <[email protected]>
[CSSRegions]Shrink RenderFlowThread size by using bit flags
Modified: trunk/Source/WebCore/platform/chromium/PlatformSupport.h (128336 => 128337)
--- trunk/Source/WebCore/platform/chromium/PlatformSupport.h 2012-09-12 17:32:37 UTC (rev 128336)
+++ trunk/Source/WebCore/platform/chromium/PlatformSupport.h 2012-09-12 17:39:09 UTC (rev 128337)
@@ -110,9 +110,6 @@
static void getFontFamilyForCharacters(const UChar*, size_t numCharacters, const char* preferredLocale, FontFamily*);
#endif
- // Forms --------------------------------------------------------------
- static void notifyFormStateChanged(const Document*);
-
// IndexedDB ----------------------------------------------------------
static PassRefPtr<IDBFactoryBackendInterface> idbFactory();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes