summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/messaging_bindings.cc
diff options
context:
space:
mode:
authordgozman <dgozman@chromium.org>2016-03-16 15:30:50 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-16 22:32:33 +0000
commit8ce1943be5284c67fb79cae9bf1576624fba97b6 (patch)
treece2eafcf6457a8f815dc7798404506d3b7a05161 /extensions/renderer/messaging_bindings.cc
parent4aedd4df4e2cbad0a315cf8bbb2bc5787a77ff02 (diff)
downloadchromium_src-8ce1943be5284c67fb79cae9bf1576624fba97b6.zip
chromium_src-8ce1943be5284c67fb79cae9bf1576624fba97b6.tar.gz
chromium_src-8ce1943be5284c67fb79cae9bf1576624fba97b6.tar.bz2
Remove V8RecrusionScope, cleanup call sites.
- blink-side usages migrated to v8::MicrotasksScope; - clients of WebScopedMicrotaskSuppression migrated to v8::MicrotasksScope; - moved Microtask.{h,cpp} to bindings/core/v8; - removed extra wrappers from V8DebuggerClient; - fixed a couple of inspector tests which relied on trace event not emitted from debugger anymore. Attempt #2. First one failed due to missing scopes in platform/v8_inspector. See issue 594974. BUG=585949 Review URL: https://codereview.chromium.org/1769273004 Cr-Commit-Position: refs/heads/master@{#381569}
Diffstat (limited to 'extensions/renderer/messaging_bindings.cc')
-rw-r--r--extensions/renderer/messaging_bindings.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/renderer/messaging_bindings.cc b/extensions/renderer/messaging_bindings.cc
index 722bc72..0d87c4c 100644
--- a/extensions/renderer/messaging_bindings.cc
+++ b/extensions/renderer/messaging_bindings.cc
@@ -35,7 +35,6 @@
#include "extensions/renderer/v8_helpers.h"
#include "third_party/WebKit/public/web/WebDocument.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
-#include "third_party/WebKit/public/web/WebScopedMicrotaskSuppression.h"
#include "third_party/WebKit/public/web/WebScopedUserGesture.h"
#include "third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h"
#include "third_party/WebKit/public/web/WebUserGestureIndicator.h"