| Index: third_party/WebKit/Source/core/dom/PendingScript.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.cpp b/third_party/WebKit/Source/core/dom/PendingScript.cpp
|
| index cb907e201d15a4e3f91027ce8752cb158718b415..72b8adea44a864b1d4cb4a822ef559858bd987cd 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.cpp
|
| @@ -94,4 +94,6 @@ DEFINE_TRACE(PendingScript) {
|
| visitor->Trace(client_);
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(PendingScript) {}
|
| +
|
| } // namespace blink
|
|
|