Bug 1620932 Fix React warning in devtools/client/responsive/components/Browser.js r=gl

Differential Revision: https://phabricator.services.mozilla.com/D66859

--HG--
extra : moz-landing-system : lando
This commit is contained in:
marylicious 2020-03-14 14:54:18 +00:00
Родитель 358ec1ba7f
Коммит 8e573a219e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -160,7 +160,7 @@ class Browser extends PureComponent {
// access to browser features as regular browser tabs. The `swapFrameLoaders` platform
// API we use compares such features before allowing the swap to proceed.
return dom.iframe({
allowFullScreen: "true",
allowFullScreen: true,
className: "browser",
height: "100%",
mozbrowser: "true",