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

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXSLT.cpp

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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/xml/DocumentXSLT.cpp
diff --git a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
index 855c181339e4ef53cdb8a8ac2ce253cca3af39a0..a9d4eb103e21db3537f9258fe6304b7fe96630e0 100644
--- a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
+++ b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
@@ -107,7 +107,7 @@ void DocumentXSLT::applyXSLTransform(Document& document,
LocalFrame* ownerFrame = document.frame();
processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType,
&document, ownerFrame);
- InspectorInstrumentation::frameDocumentUpdated(ownerFrame);
+ probe::frameDocumentUpdated(ownerFrame);
document.setParsingState(Document::FinishedParsing);
}

Powered by Google App Engine
This is Rietveld 408576698