Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: Source/WebCore/history/HistoryItem.h

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/history/HistoryItem.h
diff --git a/Source/WebCore/history/HistoryItem.h b/Source/WebCore/history/HistoryItem.h
index bece46381a5c36ee1d92bbed664779e5479f5267..12f5d116b3d1f348489ef0970bae0b59a1fdfa3e 100644
--- a/Source/WebCore/history/HistoryItem.h
+++ b/Source/WebCore/history/HistoryItem.h
@@ -46,10 +46,6 @@ typedef struct objc_object* id;
#include <QDataStream>
#endif
-#if PLATFORM(BLACKBERRY)
-#include "HistoryItemViewState.h"
-#endif
-
namespace WebCore {
class CachedPage;
@@ -206,10 +202,6 @@ public:
QDataStream& saveState(QDataStream& out, int version) const;
#endif
-#if PLATFORM(BLACKBERRY)
- HistoryItemViewState& viewState() { return m_viewState; }
-#endif
-
#ifndef NDEBUG
int showTree() const;
int showTreeWithIndent(unsigned indentLevel) const;
@@ -297,10 +289,6 @@ private:
#if PLATFORM(QT)
QVariant m_userData;
#endif
-
-#if PLATFORM(BLACKBERRY)
- HistoryItemViewState m_viewState;
-#endif
}; //class HistoryItem
} //namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698