Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
index 684f20637078e69aed119c46e9ffb7cbf361520b..da2fa0034e95217ed7974542a1212a1148eaa583 100644 |
--- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
+++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
@@ -56,7 +56,7 @@ public: |
{ |
m_integrityMetadata = metadataSet; |
} |
- IntegrityMetadataSet integrityMetadata() const |
+ const IntegrityMetadataSet& integrityMetadata() const |
{ |
return m_integrityMetadata; |
} |