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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8Binding.h

Issue 1609943003: Make platform/heap to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile error Created 4 years, 11 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/V8Binding.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
index 3693e4ac407e94bb7fe4285dd37e0fa550ea3428..a03570859794c7cfadfac44a65c56fb47ac0736e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
@@ -1029,8 +1029,7 @@ enum DeleteResult {
DeleteUnknownProperty
};
-class V8IsolateInterruptor : public BlinkGCInterruptor {
- USING_FAST_MALLOC(V8IsolateInterruptor);
+class V8IsolateInterruptor final : public BlinkGCInterruptor {
public:
explicit V8IsolateInterruptor(v8::Isolate* isolate)
: m_isolate(isolate)

Powered by Google App Engine
This is Rietveld 408576698