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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp

Issue 1806643002: Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001 of https://codereview… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverts 1805543002 Created 4 years, 9 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: 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

Powered by Google App Engine
This is Rietveld 408576698