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

Unified Diff: ManualTests/NPN_Invoke/main.c

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: ManualTests/NPN_Invoke/main.c
diff --git a/ManualTests/NPN_Invoke/main.c b/ManualTests/NPN_Invoke/main.c
index 3ad8b31e677c81db264beff786f551c8008b4ca0..b726b7223f288ddcd0cf39beec293468e27b006e 100644
--- a/ManualTests/NPN_Invoke/main.c
+++ b/ManualTests/NPN_Invoke/main.c
@@ -108,7 +108,7 @@ int main(NPNetscapeFuncs *browserFuncs, NPPluginFuncs *pluginFuncs, NPP_Shutdown
browser->size = browserFuncs->size;
browser->version = browserFuncs->version;
- // Since this is a mach-o plug-in and the browser is CFM because it is calling main, translate
+ // Since this is a mach-o plugin and the browser is CFM because it is calling main, translate
// our function points into TVectors so the browser can call them.
browser->geturl = (NPN_GetURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturl);
browser->posturl = (NPN_PostURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->posturl);
« no previous file with comments | « LayoutTests/plugins/return-negative-one-from-write-expected.txt ('k') | ManualTests/divx-plugin-fails-to-draw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698