Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: Source/bindings/tests/results/V8TestPrivateScriptInterface.h

Issue 370563002: Remove PrivateScriptInterface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698