| Index: chrome/common/extensions/docs/cookies.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/cookies.html (revision 56756)
|
| +++ chrome/common/extensions/docs/cookies.html (working copy)
|
| @@ -703,7 +703,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>Cookie cookie</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>Cookie cookie</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| @@ -1341,7 +1341,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>array of Cookie cookies</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>array of Cookie cookies</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| @@ -1528,7 +1528,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| @@ -1884,7 +1884,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| @@ -2522,7 +2522,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
|
|