Title: [177714] trunk/Source/WebKit2
- Revision
- 177714
- Author
- [email protected]
- Date
- 2014-12-23 18:51:14 -0800 (Tue, 23 Dec 2014)
Log Message
Attempt to fix the Mountain Lion build.
* Shared/ContextMenuContextData.h:
(WebKit::ContextMenuContextData::isTelephoneNumberContext):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (177713 => 177714)
--- trunk/Source/WebKit2/ChangeLog 2014-12-24 01:20:33 UTC (rev 177713)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-24 02:51:14 UTC (rev 177714)
@@ -1,3 +1,10 @@
+2014-12-23 Sam Weinig <[email protected]>
+
+ Attempt to fix the Mountain Lion build.
+
+ * Shared/ContextMenuContextData.h:
+ (WebKit::ContextMenuContextData::isTelephoneNumberContext):
+
2014-12-23 Anders Carlsson <[email protected]>
Handle WKTypeRefWrapper when converting object graphs
Modified: trunk/Source/WebKit2/Shared/ContextMenuContextData.h (177713 => 177714)
--- trunk/Source/WebKit2/Shared/ContextMenuContextData.h 2014-12-24 01:20:33 UTC (rev 177713)
+++ trunk/Source/WebKit2/Shared/ContextMenuContextData.h 2014-12-24 02:51:14 UTC (rev 177714)
@@ -70,9 +70,7 @@
bool needsServicesMenu() const { return m_controlledImage || !m_controlledSelectionData.isEmpty(); }
#endif
-#if ENABLE(TELEPHONE_NUMBER_DETECTION)
bool isTelephoneNumberContext() const { return m_isTelephoneNumberContext; }
-#endif
void encode(IPC::ArgumentEncoder&) const;
static bool decode(IPC::ArgumentDecoder&, ContextMenuContextData&);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes