| Index: third_party/WebKit/Source/modules/webshare/ShareData.cpp
|
| diff --git a/chrome/test/data/subresource_filter/included_script.js b/third_party/WebKit/Source/modules/webshare/ShareData.cpp
|
| similarity index 80%
|
| copy from chrome/test/data/subresource_filter/included_script.js
|
| copy to third_party/WebKit/Source/modules/webshare/ShareData.cpp
|
| index bb41e780915a1140ca9a6597a32da832322d0d4c..0822d7d30714948b554534fff44aae6379e116f2 100644
|
| --- a/chrome/test/data/subresource_filter/included_script.js
|
| +++ b/third_party/WebKit/Source/modules/webshare/ShareData.cpp
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -document.scriptExecuted = true;
|
| +#include "modules/webshare/ShareData.h"
|
|
|