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

Unified Diff: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp

Issue 2393013002: reflow comments in core/{clipboard,streams,testing,timing} (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
diff --git a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
index 956bdea9a7bbce312431427e0ec23e3d78076f78..5c5129494a055940147dd705af9f8a9371d6e960 100644
--- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
+++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
@@ -59,7 +59,8 @@ v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context> context) {
}
void injectInternalsObject(v8::Local<v8::Context> context) {
- // Set conditional features installation function to |installConditionalFeaturesForTests|
+ // Set conditional features installation function to
+ // |installConditionalFeaturesForTests|
if (!s_originalInstallConditionalFeaturesFunction) {
s_originalInstallConditionalFeaturesFunction =
setInstallConditionalFeaturesFunction(
@@ -112,7 +113,8 @@ void resetInternalsObject(v8::Local<v8::Context> context) {
Document* document = toDocument(scriptState->getExecutionContext());
ASSERT(document);
LocalFrame* frame = document->frame();
- // Should the document have been detached, the page is assumed being destroyed (=> no reset required.)
+ // Should the document have been detached, the page is assumed being destroyed
+ // (=> no reset required.)
if (!frame)
return;
Page* page = frame->page();
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/core/timing/MemoryInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698