Index: Source/core/fetch/ScriptResource.h |
diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/fetch/ScriptResource.h |
index 56385a38f0660065220cd416e36ef2ea959aec1a..9b89b7631b8a5acdeb2acaf99ec18ca1c723b5fb 100644 |
--- a/Source/core/fetch/ScriptResource.h |
+++ b/Source/core/fetch/ScriptResource.h |
@@ -42,7 +42,7 @@ public: |
virtual void setEncoding(const String&); |
virtual String encoding() const; |
- String mimeType() const; |
+ AtomicString mimeType() const; |
bool mimeTypeAllowedByNosniff() const; |