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

Unified Diff: Source/bindings/core/v8/V8Binding.cpp

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
« no previous file with comments | « ManualTests/resources/nested-plugins-outer-frame.html ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8Binding.cpp
diff --git a/Source/bindings/core/v8/V8Binding.cpp b/Source/bindings/core/v8/V8Binding.cpp
index 883e3ceac5de1c2ecf8dc772d244f60e1a86bc17..e5377e7df74ea72b9e5e176c68cb269760939287 100644
--- a/Source/bindings/core/v8/V8Binding.cpp
+++ b/Source/bindings/core/v8/V8Binding.cpp
@@ -677,7 +677,7 @@ LocalDOMWindow* callingDOMWindow(v8::Isolate* isolate)
{
v8::Handle<v8::Context> context = isolate->GetCallingContext();
if (context.IsEmpty()) {
- // Unfortunately, when processing script from a plug-in, we might not
+ // Unfortunately, when processing script from a plugin, we might not
// have a calling context. In those cases, we fall back to the
// entered context.
context = isolate->GetEnteredContext();
@@ -709,7 +709,7 @@ ExecutionContext* callingExecutionContext(v8::Isolate* isolate)
{
v8::Handle<v8::Context> context = isolate->GetCallingContext();
if (context.IsEmpty()) {
- // Unfortunately, when processing script from a plug-in, we might not
+ // Unfortunately, when processing script from a plugin, we might not
// have a calling context. In those cases, we fall back to the
// entered context.
context = isolate->GetEnteredContext();
« no previous file with comments | « ManualTests/resources/nested-plugins-outer-frame.html ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698