Commit 156264bb authored by zerny@chromium.org's avatar zerny@chromium.org

Fix build when compiling with the clang plugin.

BUG=

Review URL: https://codereview.chromium.org/212983012

git-svn-id: svn://svn.chromium.org/blink/trunk@170247 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d130cbec
......@@ -63,7 +63,7 @@ private:
virtual PassRefPtr<Event> getLastEvent() OVERRIDE;
virtual bool isNullEvent(Event*) OVERRIDE;
RefPtrWillBeMember<DeviceOrientationData> m_overrideOrientationData;
RefPtrWillBePersistent<DeviceOrientationData> m_overrideOrientationData;
};
} // namespace WebCore
......
......@@ -82,6 +82,8 @@ protected:
// FIXME: Check whether |initData| can be changed by JS. Maybe we should not pass it as a pointer.
struct InitializeNewSessionData {
ALLOW_ONLY_INLINE_ALLOCATION();
public:
InitializeNewSessionData(PassRefPtrWillBeRawPtr<MediaKeySession> session, const String& contentType, PassRefPtr<Uint8Array> initData)
: session(session)
, contentType(contentType)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment