Index: Source/core/dom/PendingScript.h |
diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h |
index 049d34c5b747c429f021de605fc72cb92233ffe3..d0694daaf7b9f58ec599060d8d6f1d65155bca68 100644 |
--- a/Source/core/dom/PendingScript.h |
+++ b/Source/core/dom/PendingScript.h |
@@ -128,6 +128,6 @@ private: |
RefPtr<ScriptStreamer> m_streamer; |
}; |
-} |
+} // namespace blink |
-#endif |
+#endif // PendingScript_h |