Index: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ContentsScaleFactor.cpp |
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ContentsScaleFactor.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ContentsScaleFactor.cpp |
index 5353d8333f3b831967a07279cea63447fade5045..62b9fe7d2b1d8d9a31a0a1985486de4c1e97a009 100644 |
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ContentsScaleFactor.cpp |
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ContentsScaleFactor.cpp |
@@ -48,7 +48,7 @@ private: |
return m_cachedContentsScaleFactor; |
} |
- class ScriptableObject : public Object<ScriptableObject> { |
+ class ScriptableObject : public Object<ScriptableObject> { |
public: |
bool hasProperty(NPIdentifier propertyName) |
{ |
@@ -85,9 +85,9 @@ private: |
{ |
if (variable != NPPVpluginScriptableNPObject) |
return NPERR_GENERIC_ERROR; |
- |
+ |
*(NPObject**)value = ScriptableObject::create(this); |
- |
+ |
return NPERR_NO_ERROR; |
} |