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

Unified Diff: third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/core/inspector/MainThreadDebugger.cpp
diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
index 1c95670e330e562406e69c7cb76569a1f2874801..81a3c22340ef5a4338706b4e375ff1811817ae57 100644
--- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
@@ -194,7 +194,7 @@ void MainThreadDebugger::contextsToReport(int contextGroupId, V8ContextInfoVecto
if (!root->loader().stateMachine()->committedFirstRealDocumentLoad())
return;
- OwnPtrWillBeRawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(root);
+ RawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(root);
Vector<std::pair<ScriptState*, SecurityOrigin*>> isolatedContexts;
for (LocalFrame* frame : *inspectedFrames) {
« no previous file with comments | « third_party/WebKit/Source/core/inspector/LayoutEditor.cpp ('k') | third_party/WebKit/Source/core/inspector/MuteConsoleScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698