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

Unified Diff: Source/core/inspector/ScriptAsyncCallStack.h

Issue 896603002: Oilpan: declare and define various inspector class dtors out-of-line. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/inspector/ScriptArguments.cpp ('k') | Source/core/inspector/ScriptAsyncCallStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptAsyncCallStack.h
diff --git a/Source/core/inspector/ScriptAsyncCallStack.h b/Source/core/inspector/ScriptAsyncCallStack.h
index d8f426b081f3bdc30291d8f97c2f6c1e37d2231b..e78c028ec01d6eb26482e9fa119da9f0a876e75a 100644
--- a/Source/core/inspector/ScriptAsyncCallStack.h
+++ b/Source/core/inspector/ScriptAsyncCallStack.h
@@ -14,10 +14,11 @@
namespace blink {
class ScriptAsyncCallStack : public RefCountedWillBeGarbageCollectedFinalized<ScriptAsyncCallStack> {
- DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScriptAsyncCallStack);
public:
static PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> create(const String&, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptAsyncCallStack>);
+ ~ScriptAsyncCallStack();
+
PassRefPtr<TypeBuilder::Console::AsyncStackTrace> buildInspectorObject() const;
void trace(Visitor*);
« no previous file with comments | « Source/core/inspector/ScriptArguments.cpp ('k') | Source/core/inspector/ScriptAsyncCallStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698