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

Unified Diff: Source/core/inspector/CodeGeneratorInspectorStrings.py

Issue 121883004: Move WebCore::InspectorBackendDispatcherImpl::dispatch(WTF::String const&)::handlers to .data.rel.r… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/CodeGeneratorInspectorStrings.py
diff --git a/Source/core/inspector/CodeGeneratorInspectorStrings.py b/Source/core/inspector/CodeGeneratorInspectorStrings.py
index bc3bb739e194c0e8a60c41c89a288136f3bc7253..71f117a896d42c37e7e852f7ff53e9dcc24d32db 100644
--- a/Source/core/inspector/CodeGeneratorInspectorStrings.py
+++ b/Source/core/inspector/CodeGeneratorInspectorStrings.py
@@ -290,7 +290,7 @@ void InspectorBackendDispatcherImpl::dispatch(const String& message)
long callId = 0;
if (dispatchMap.isEmpty()) {
- static CallHandler handlers[] = {
+ static const CallHandler handlers[] = {
$messageHandlers
};
for (size_t i = 0; i < kMethodNamesEnumSize; ++i)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698