Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 22c56a4316b4688b4165a347b9027d86813cc7e4..740582bf901e85b9f34016e158cb829fb1e492a5 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -292,7 +292,7 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(securitypolicyviolation); |
void setViewportArguments(const ViewportArguments& viewportArguments) { m_viewportArguments = viewportArguments; } |
- ViewportArguments viewportArguments() const { return m_viewportArguments; } |
+ const ViewportArguments& viewportArguments() const { return m_viewportArguments; } |
#ifndef NDEBUG |
bool didDispatchViewportPropertiesChanged() const { return m_didDispatchViewportPropertiesChanged; } |
#endif |