| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index df1a8629b7bd48b69846a95d68ea95a763dda10c..ccac815432d4ea669907f1d7027925994b2183ca 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -463,10 +463,12 @@ public:
|
| Vector<String> formElementsState() const;
|
| void setStateForNewFormElements(const Vector<String>&);
|
|
|
| - FrameView* view() const; // can be NULL
|
| - Frame* frame() const { return m_frame; } // can be NULL
|
| - Page* page() const; // can be NULL
|
| - Settings* settings() const; // can be NULL
|
| + FrameView* view() const; // can be null
|
| + Frame* frame() const { return m_frame; } // can be null
|
| + Page* page() const; // can be null
|
| + Settings* settings() const; // can be null
|
| +
|
| + float devicePixelRatio() const;
|
|
|
| PassRefPtr<Range> createRange();
|
|
|
|
|