summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/frame_console.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/frame/frame_console.h')
-rw-r--r--chromium/third_party/blink/renderer/core/frame/frame_console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/frame/frame_console.h b/chromium/third_party/blink/renderer/core/frame/frame_console.h
index e1e9114b494..bf7a3835b64 100644
--- a/chromium/third_party/blink/renderer/core/frame/frame_console.h
+++ b/chromium/third_party/blink/renderer/core/frame/frame_console.h
@@ -68,7 +68,7 @@ class CORE_EXPORT FrameConsole final : public GarbageCollected<FrameConsole> {
uint64_t request_identifier,
const ResourceError&);
- void Trace(blink::Visitor*);
+ void Trace(Visitor*);
private:
Member<LocalFrame> frame_;