Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageElement.h

Issue 2680933005: Make static KURLs thread safe
Patch Set: :/ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
index b831d14ff1e09f44543b7577b02c014ae1db739c..dc0aa043dd03dd7b95c65ea6cdea9d47c91a3059 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
@@ -124,7 +124,7 @@ class CORE_EXPORT HTMLImageElement final
bool wouldTaintOrigin(SecurityOrigin*) const override;
FloatSize elementSize(const FloatSize&) const override;
FloatSize defaultDestinationSize(const FloatSize&) const override;
- const KURL& sourceURL() const override;
+ KURL sourceURL() const override;
bool isAccelerated() const override { return false; }
bool isOpaque() const override;
int sourceWidth() override;

Powered by Google App Engine
This is Rietveld 408576698