| Index: third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StringCallback.idl b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/core/dom/StringCallback.idl
|
| copy to third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| index b26a090d1b8edcfe1efa663e922c6c37f0fa7426..b4c3acf72a48889a9e4f5e2afe51bc4f0ff7abbb 100644
|
| --- a/third_party/WebKit/Source/core/dom/StringCallback.idl
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| @@ -28,6 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface StringCallback {
|
| - void handleEvent(DOMString data);
|
| -};
|
| +#include "bindings/core/v8/V8RecursionScope.h"
|
| +
|
| +namespace blink {
|
| +
|
| +} // namespace blink
|
|
|