Bug 1380124 - Fix 'desctruction' typos. r=njn

MozReview-Commit-ID: 8gNYd7NL58U

--HG--
extra : rebase_source : bc0c85d96a499e8de102d1409685e6b2f7605ffe
This commit is contained in:
Andrew McCreight 2017-07-11 13:04:26 -07:00
Родитель 46bd8f3dec
Коммит 1533adf4c3
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Whitespace text accessible creation/desctruction</title>
<title>Whitespace text accessible creation/destruction</title>
</head>
<body id="body">
<div id="container1"> <img src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> <img id="img1" src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> <img src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> </div>

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

@ -2,7 +2,7 @@
<html>
<head>
<title>Whitespace text accessible creation/desctruction</title>
<title>Whitespace text accessible creation/destruction</title>
<link rel="stylesheet" type="text/css"
href="chrome://mochikit/content/tests/SimpleTest/test.css" />

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

@ -192,7 +192,7 @@ CompositorBridgeChild::Destroy()
// CompositorBridgeChild before it gets destroyed. It suffices to ensure that
// events already in the MessageLoop get processed before the
// CompositorBridgeChild is destroyed, so we add a task to the MessageLoop to
// handle compositor desctruction.
// handle compositor destruction.
// From now on we can't send any message message.
MessageLoop::current()->PostTask(NewRunnableMethod(