| Index: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index 40e41be64f75043c370afb8868813bde2d549310..67e872011d7cd4ba406645d293e6f7981b8062b3 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -138,7 +138,7 @@ static bool verifyCustomHandlerScheme(const String& scheme, ExceptionState& exce
|
|
|
| NavigatorContentUtils* NavigatorContentUtils::from(LocalFrame& frame)
|
| {
|
| - return static_cast<NavigatorContentUtils*>(HeapSupplement<LocalFrame>::from(frame, supplementName()));
|
| + return static_cast<NavigatorContentUtils*>(Supplement<LocalFrame>::from(frame, supplementName()));
|
| }
|
|
|
| NavigatorContentUtils::~NavigatorContentUtils()
|
|
|