[Webkit-unassigned] [Bug 70897] Use a simple page client/controller for user consent in getUserMedia()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 08:45:24 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=70897





--- Comment #26 from Tommy Widenflycht <tommyw at google.com>  2011-11-10 08:45:23 PST ---
(From update of attachment 114476)
View in context: https://bugs.webkit.org/attachment.cgi?id=114476&action=review

> Source/WebCore/mediastream/UserMediaController.cpp:82
> +    ASSERT(m_requests.contains(request));

This function needs to be part of UserMediaController to use m_requests

> Source/WebCore/mediastream/UserMediaController.cpp:87
> +    ScriptExecutionContext* context = request->frame()->document();

Need to #include "Document.h" for this to compile.

> Source/WebCore/mediastream/UserMediaRequest.cpp:58
> +    , m_scriptExecutionContext(frame->document())

Need to #include "Document.h" for this to compile.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list