| Index: Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestPrivateScriptInterface.h b/Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| deleted file mode 100644
|
| index 2beae4ba894e20f1902334f6b4b2ca0aedca7846..0000000000000000000000000000000000000000
|
| --- a/Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
| -
|
| -#ifndef V8TestPrivateScriptInterface_h
|
| -#define V8TestPrivateScriptInterface_h
|
| -
|
| -#include "bindings/core/v8/V8Binding.h"
|
| -
|
| -namespace WebCore {
|
| -
|
| -class Document;
|
| -class LocalFrame;
|
| -class Node;
|
| -
|
| -class V8TestPrivateScriptInterface {
|
| -public:
|
| - static bool voidMethod(LocalFrame* frame);
|
| - static bool shortMethod(LocalFrame* frame, int* output);
|
| - static bool shortMethodWithShortArgument(LocalFrame* frame, int value, int* output);
|
| - static bool stringMethodWithStringArgument(LocalFrame* frame, String value, String* output);
|
| - static bool nodeMethodWithNodeArgument(LocalFrame* frame, PassRefPtrWillBeRawPtr<Node> value, RefPtrWillBeRawPtr<Node>* output);
|
| - static bool nodeMethodWithVariousArguments(LocalFrame* frame, PassRefPtrWillBeRawPtr<Document> document, PassRefPtrWillBeRawPtr<Node> node, int value1, double value2, String string, RefPtrWillBeRawPtr<Node>* output);
|
| -};
|
| -
|
| -}
|
| -#endif // V8TestPrivateScriptInterface_h
|
|
|