Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html
diff --git a/LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html b/LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html
index 16b7976fdacd0a357c47b85cfcac9d66394e87b9..4f25901c8d5422c5c7efe692699738da86c9053f 100644
--- a/LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html
+++ b/LayoutTests/plugins/npruntime/np-deallocate-called-before-np-shutdown.html
@@ -5,7 +5,7 @@ function runTest() {
var testObject = document.getElementById('plugin').testObject;
- // Remove the plug-in. The plug-in asserts that shutdown isn't called before
+ // Remove the plugin. The plugin asserts that shutdown isn't called before
// any calls to NP_Deallocate, so this test will time out if that happens.
document.getElementById('container').innerHTML = '';
document.getElementById('result').innerHTML = 'SUCCESS';

Powered by Google App Engine
This is Rietveld 408576698