Title: [111402] trunk/Source/WebCore
- Revision
- 111402
- Author
- [email protected]
- Date
- 2012-03-20 09:28:29 -0700 (Tue, 20 Mar 2012)
Log Message
Build fix.
* history/PageCache.cpp: Fixed an unused function warning introduced in r111391.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (111401 => 111402)
--- trunk/Source/WebCore/ChangeLog 2012-03-20 16:27:44 UTC (rev 111401)
+++ trunk/Source/WebCore/ChangeLog 2012-03-20 16:28:29 UTC (rev 111402)
@@ -1,3 +1,9 @@
+2012-03-20 Dan Bernstein <[email protected]>
+
+ Build fix.
+
+ * history/PageCache.cpp: Fixed an unused function warning introduced in r111391.
+
2012-03-20 Konrad Piascik <[email protected]>
(r110063) m_mouseDownMayStartDrag is used without being behind the ENABLE(DRAG_SUPPORT) macro
Modified: trunk/Source/WebCore/history/PageCache.cpp (111401 => 111402)
--- trunk/Source/WebCore/history/PageCache.cpp 2012-03-20 16:27:44 UTC (rev 111401)
+++ trunk/Source/WebCore/history/PageCache.cpp 2012-03-20 16:28:29 UTC (rev 111402)
@@ -83,6 +83,7 @@
};
COMPILE_ASSERT(NumberOfReasonsFramesCannotBeInPageCache <= sizeof(unsigned)*8, ReasonFrameCannotBeInPageCacheDoesNotFitInBitmap);
+#if PLATFORM(CHROMIUM)
static int indexOfSingleBit(int32_t v)
{
int index = 0;
@@ -98,6 +99,7 @@
index += 1;
return index;
}
+#endif // PLATFORM(CHROMIUM)
static unsigned logCanCacheFrameDecision(Frame* frame, int indentLevel)
{
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes