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

Unified Diff: Source/platform/network/ResourceError.h

Issue 32713002: Move more data from .data to the .rodata section (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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: Source/platform/network/ResourceError.h
diff --git a/Source/platform/network/ResourceError.h b/Source/platform/network/ResourceError.h
index ba00502b94def5af93ec5c69928ed28a7a100e2e..86d888520e495a9ef6ccc9fb4adbe25ac6523e3e 100644
--- a/Source/platform/network/ResourceError.h
+++ b/Source/platform/network/ResourceError.h
@@ -32,7 +32,7 @@
namespace WebCore {
-PLATFORM_EXPORT extern const char* const errorDomainWebKitInternal; // Used for errors that won't be exposed to clients.
+PLATFORM_EXPORT extern const char errorDomainWebKitInternal[]; // Used for errors that won't be exposed to clients.
class PLATFORM_EXPORT ResourceError {
public:
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp ('k') | Source/platform/network/ResourceError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698