diff options
author | dgozman <dgozman@chromium.org> | 2016-03-14 15:57:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-14 22:58:18 +0000 |
commit | 133a1579d2a087acdcdd4e9247062edb0bd1e5a3 (patch) | |
tree | cc2a858b2c8fda96c3bec33dbba61d42a56cd4b6 /extensions/renderer/messaging_bindings.cc | |
parent | 42655dd168d884f60c0194e8a74606c68a3e6378 (diff) | |
download | chromium_src-133a1579d2a087acdcdd4e9247062edb0bd1e5a3.zip chromium_src-133a1579d2a087acdcdd4e9247062edb0bd1e5a3.tar.gz chromium_src-133a1579d2a087acdcdd4e9247062edb0bd1e5a3.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.
BUG=585949
Review URL: https://codereview.chromium.org/1769273004
Cr-Commit-Position: refs/heads/master@{#381103}
Diffstat (limited to 'extensions/renderer/messaging_bindings.cc')
-rw-r--r-- | extensions/renderer/messaging_bindings.cc | 1 |
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" |