Index: Source/modules/presentation/PresentationSession.h |
diff --git a/Source/modules/presentation/PresentationSession.h b/Source/modules/presentation/PresentationSession.h |
index b8e8edbdd116d8da62982a0717bac232b07d3511..36d7b57c0c99a5032db1e89aab5cc2551e2ed1e4 100644 |
--- a/Source/modules/presentation/PresentationSession.h |
+++ b/Source/modules/presentation/PresentationSession.h |
@@ -43,7 +43,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
- const String id() const { return m_id; } |
+ const String& id() const { return m_id; } |
const WTF::AtomicString& state() const; |
void send(const String& message, ExceptionState&); |