summaryrefslogtreecommitdiffstats
path: root/WebCore/page/XSSAuditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/XSSAuditor.h')
-rw-r--r--WebCore/page/XSSAuditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/page/XSSAuditor.h b/WebCore/page/XSSAuditor.h
index 7afbf07..20e0a53 100644
--- a/WebCore/page/XSSAuditor.h
+++ b/WebCore/page/XSSAuditor.h
@@ -66,8 +66,8 @@ namespace WebCore {
// * ScriptController::executeIfJavaScriptURL - used to evaluate JavaScript URLs.
// * ScriptEventListener::createAttributeEventListener - used to create JavaScript event handlers.
// * HTMLBaseElement::process - used to set the document base URL.
- // * HTMLDocumentParser::parseTag - used to load external JavaScript scripts.
- // * FrameLoader::requestObject - used to load <object>/<embed> elements.
+ // * LegacyHTMLDocumentParser::parseTag - used to load external JavaScript scripts.
+ // * SubframeLoader::requestObject - used to load <object>/<embed> elements.
//
class XSSAuditor : public Noncopyable {
public:
@@ -95,7 +95,7 @@ namespace WebCore {
// Determines whether object should be loaded based on the content of
// any user-submitted data.
//
- // This method is called by FrameLoader::requestObject.
+ // This method is called by SubframeLoader::requestObject.
bool canLoadObject(const String& url) const;
// Determines whether the base URL should be changed based on the content