Title: [162815] trunk/Source/WebKit/win
Revision
162815
Author
[email protected]
Date
2014-01-26 14:55:41 -0800 (Sun, 26 Jan 2014)

Log Message

Follow-up build fix.

* WebHistoryItem.cpp:
(WebHistoryItem::visitedWithTitle):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (162814 => 162815)


--- trunk/Source/WebKit/win/ChangeLog	2014-01-26 22:52:17 UTC (rev 162814)
+++ trunk/Source/WebKit/win/ChangeLog	2014-01-26 22:55:41 UTC (rev 162815)
@@ -1,5 +1,12 @@
 2014-01-26  Anders Carlsson  <[email protected]>
 
+        Follow-up build fix.
+
+        * WebHistoryItem.cpp:
+        (WebHistoryItem::visitedWithTitle):
+
+2014-01-26  Anders Carlsson  <[email protected]>
+
         Remove even more Windows history code.
 
         * WebHistory.cpp:

Modified: trunk/Source/WebKit/win/WebHistoryItem.cpp (162814 => 162815)


--- trunk/Source/WebKit/win/WebHistoryItem.cpp	2014-01-26 22:52:17 UTC (rev 162814)
+++ trunk/Source/WebKit/win/WebHistoryItem.cpp	2014-01-26 22:55:41 UTC (rev 162815)
@@ -355,10 +355,10 @@
     return S_OK;
 }
 
+// FIXME: This function should be removed from the IWebHistoryItem interface.
 HRESULT STDMETHODCALLTYPE WebHistoryItem::visitedWithTitle(BSTR title, BOOL increaseVisitCount)
 {
-    m_historyItem->visited(title, CFAbsoluteTimeGetCurrent(), increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);
-    return S_OK;
+    return E_NOTIMPL;
 }
 
 // FIXME: This function should be removed from the IWebHistoryItem interface.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to