summaryrefslogtreecommitdiffstats
path: root/WebCore/page/PositionError.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/PositionError.h')
-rw-r--r--WebCore/page/PositionError.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/page/PositionError.h b/WebCore/page/PositionError.h
index 5c26fcc..f6f56f0 100644
--- a/WebCore/page/PositionError.h
+++ b/WebCore/page/PositionError.h
@@ -46,11 +46,7 @@ public:
ErrorCode code() const { return m_code; }
const String& message() const { return m_message; }
void setIsFatal(bool isFatal) { m_isFatal = isFatal; }
-<<<<<<< HEAD:WebCore/page/PositionError.h
- bool isFatal() { return m_isFatal; }
-=======
bool isFatal() const { return m_isFatal; }
->>>>>>> webkit.org at 49305:WebCore/page/PositionError.h
private:
PositionError(ErrorCode code, const String& message)