| 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)
|
|
|