diff options
author | kouhei@chromium.org <kouhei@chromium.org> | 2015-02-16 04:57:05 +0000 |
---|---|---|
committer | kouhei@chromium.org <kouhei@chromium.org> | 2015-02-16 04:57:05 +0000 |
commit | e62768805c9fe415789aecee225aab5214d70bdf (patch) | |
tree | a7e30023e5bdd75ec80b835a47664751310a1fa4 /third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h | |
parent | bfa5301dd67261e0cef21b010950d2f58fb37990 (diff) | |
download | chromium_src-e62768805c9fe415789aecee225aab5214d70bdf.zip chromium_src-e62768805c9fe415789aecee225aab5214d70bdf.tar.gz chromium_src-e62768805c9fe415789aecee225aab5214d70bdf.tar.bz2 |
InlinedVisitor: Migrate webaudio to use inlined tracing
Updates trace methods as of https://groups.google.com/a/chromium.org/forum/#dev/oi4Snt9jNx8
R=oilpan-reviews
BUG=455524
Review URL: https://codereview.chromium.org/928903002
git-svn-id: svn://svn.chromium.org/blink/trunk@190215 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h index 055c183..cb8ef95 100644 --- a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h +++ b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h @@ -48,7 +48,7 @@ public: virtual const AtomicString& interfaceName() const override; - virtual void trace(Visitor*) override; + DECLARE_VIRTUAL_TRACE(); private: AudioProcessingEvent(); |