Title: [136010] trunk/Source/WebCore
- Revision
- 136010
- Author
- [email protected]
- Date
- 2012-11-28 08:03:51 -0800 (Wed, 28 Nov 2012)
Log Message
Fix .libs/libwebkitgtk-3.0.so: undefined reference to `WebCore::validationMessageBadInputForNumberText().
https://bugs.webkit.org/show_bug.cgi?id=103509
Patch by Anton Obzhirov <[email protected]> on 2012-11-28
Reviewed by Philippe Normand.
GTK build fix after r136001.
* platform/gtk/LocalizedStringsGtk.cpp:
(WebCore::validationMessageBadInputForNumberText):
(WebCore):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (136009 => 136010)
--- trunk/Source/WebCore/ChangeLog 2012-11-28 14:51:18 UTC (rev 136009)
+++ trunk/Source/WebCore/ChangeLog 2012-11-28 16:03:51 UTC (rev 136010)
@@ -1,3 +1,16 @@
+2012-11-28 Anton Obzhirov <[email protected]>
+
+ Fix .libs/libwebkitgtk-3.0.so: undefined reference to `WebCore::validationMessageBadInputForNumberText().
+ https://bugs.webkit.org/show_bug.cgi?id=103509
+
+ Reviewed by Philippe Normand.
+
+ GTK build fix after r136001.
+
+ * platform/gtk/LocalizedStringsGtk.cpp:
+ (WebCore::validationMessageBadInputForNumberText):
+ (WebCore):
+
2012-11-28 Byungwoo Lee <[email protected]>
[EFL] Use mutex locker in wakeUp() to ensure thread-safety.
Modified: trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp (136009 => 136010)
--- trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp 2012-11-28 14:51:18 UTC (rev 136009)
+++ trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp 2012-11-28 16:03:51 UTC (rev 136010)
@@ -741,4 +741,10 @@
return String::fromUTF8(key, strlen(key));
}
+String validationMessageBadInputForNumberText()
+{
+ notImplemented();
+ return validationMessageTypeMismatchText();
}
+
+}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes