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

Unified Diff: Source/core/html/imports/HTMLImportsController.cpp

Issue 1088873002: Tidy HTMLImportsController::supplementName() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/html/imports/HTMLImportsController.cpp
diff --git a/Source/core/html/imports/HTMLImportsController.cpp b/Source/core/html/imports/HTMLImportsController.cpp
index 18b24eaa8d6a4cae801ca521c3f03c7918e99cb9..d2c0999637872b6b2e7d78f45dc06483f766fd7c 100644
--- a/Source/core/html/imports/HTMLImportsController.cpp
+++ b/Source/core/html/imports/HTMLImportsController.cpp
@@ -44,8 +44,7 @@ namespace blink {
const char* HTMLImportsController::supplementName()
{
- DEFINE_STATIC_LOCAL(const char*, name, ("HTMLImportsController"));
- return name;
+ return "HTMLImportsController";
}
void HTMLImportsController::provideTo(Document& master)
« 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